Skip to content

Commit 69261d9

Browse files
Update _base.scss
1 parent f9a6a87 commit 69261d9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

_sass/_base.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ ul.task-list input[type="checkbox"] {
213213
display: inline-block;
214214
}
215215

216-
.profile-hover-swap > figure {
216+
.profile-hover-swap > *:first-child {
217217
position: relative;
218218
z-index: 1;
219219
margin: 0;
@@ -227,10 +227,6 @@ ul.task-list input[type="checkbox"] {
227227
transition: opacity 200ms ease-in-out;
228228
}
229229

230-
.profile-hover-swap .hover-img > figure {
231-
margin: 0;
232-
}
233-
234230
.profile-hover-swap:hover .hover-img {
235231
opacity: 1;
236232
}

0 commit comments

Comments
 (0)