Skip to content

Commit

Permalink
fix (focus): remove has
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar300 committed Jan 15, 2024
1 parent 7a40576 commit f1578e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions src/scss/04-utilities/_focus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,3 @@ html {
}
}
}

%focus-seo-container {
&:has(:focus-visible) {
outline: 2px solid currentColor;
outline-offset: .5rem;
}

*:focus {
outline: none;
}
}
1 change: 0 additions & 1 deletion src/scss/04-utilities/_seo.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
%seo-container {
@extend %focus-seo-container;
position: relative;
z-index: 1;
cursor: pointer;
Expand Down

0 comments on commit f1578e7

Please # to comment.