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 bad3ad1 commit 16de59bCopy full SHA for 16de59b
src/scss/04-utilities/_focus.scss
@@ -11,3 +11,14 @@ html {
11
}
12
13
14
+
15
+%focus-seo-container {
16
+ &:has(:focus-visible) {
17
+ outline: 2px solid currentColor;
18
+ outline-offset: .5rem;
19
+ }
20
21
+ *:focus {
22
+ outline: none;
23
24
+}
src/scss/04-utilities/_seo.scss
@@ -1,4 +1,5 @@
1
%seo-container {
2
+ @extend %focus-seo-container;
3
position: relative;
4
z-index: 1;
5
cursor: pointer;
0 commit comments