Skip to content

Commit 65ae433

Browse files
committed
remove unnecessary selectors from anchor hover (anchor is child of heading, therefore if anchor is hover heading is also hover)
1 parent 22d0e94 commit 65ae433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/kroxylicious.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ h2>a.anchor::before, h3>a.anchor::before, h4>a.anchor::before, h5>a.anchor::befo
149149
content: "\f470";
150150
}
151151

152-
h2:hover>a.anchor, h2>a.anchor:hover, h3:hover>a.anchor, h3>a.anchor:hover, h4:hover>a.anchor, h4>a.anchor:hover, h5:hover>a.anchor, h5>a.anchor:hover, h6:hover>a.anchor, h6>a.anchor:hover {
152+
h2:hover>a.anchor, h3:hover>a.anchor, h4:hover>a.anchor, h5:hover>a.anchor, h6:hover>a.anchor {
153153
visibility: visible;
154154
}

0 commit comments

Comments
 (0)