We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e169fd commit 3964f30Copy full SHA for 3964f30
1 file changed
demos/focus-box/main.css
@@ -35,8 +35,8 @@
35
.textBlock * {
36
&:focus,
37
&:focus-visible {
38
- animation-name: none !important ;
39
- outline: none !important ;
+ animation-name: none ;
+ outline: none ;
40
}
41
42
0 commit comments