We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c210d33 commit 963c22aCopy full SHA for 963c22a
src/scss/base/_seo.scss
@@ -1,10 +1,15 @@
1
[data-seo-container] {
2
position: relative;
3
4
- @include hover {
+ &:hover,
5
+ &:focus-within {
6
cursor: pointer;
7
}
8
9
10
+ outline: 1px solid currentColor;
11
+ }
12
+
13
[data-seo-target] {
14
&:before {
15
@include pseudo__content;
src/scss/patterns/_menu.scss
@@ -44,7 +44,8 @@
44
@include clearfix;
45
46
&>#{$menu-item} {
47
48
49
ul {
50
display: block;
51
0 commit comments