Skip to content

Commit bd2dca3

Browse files
committed
fix (focus): remove has
1 parent b4ae248 commit bd2dca3

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/scss/04-utilities/_focus.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,3 @@ html {
1111
}
1212
}
1313
}
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
%seo-container {
2-
@extend %focus-seo-container;
32
position: relative;
43
z-index: 1;
54
cursor: pointer;

0 commit comments

Comments
 (0)