We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696f133 commit 1f1f03eCopy full SHA for 1f1f03e
1 file changed
css/link.css
@@ -49,12 +49,17 @@
49
z-index: 1;
50
}
51
52
+.link-item:focus-within,
53
+.link-item:focus,
54
+.link-item:hover {
55
+ z-index: 2;
56
+ outline: 0;
57
+}
58
+
59
.is-link-item-hover-scale .link-item:focus-within,
60
.is-link-item-hover-scale .link-item:focus,
61
.is-link-item-hover-scale .link-item:hover {
62
transform: scale(1.05);
- z-index: 2;
- outline: 0;
63
64
65
.is-link-item-hover-scale .link-item:active {
0 commit comments