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 a2ae2c3 commit d62d18fCopy full SHA for d62d18f
scss/_close.scss
@@ -22,7 +22,7 @@
22
}
23
24
&:focus {
25
- outline: none;
+ outline: 0;
26
box-shadow: $btn-close-focus-shadow;
27
opacity: $btn-close-focus-opacity;
28
scss/forms/_form-range.scss
@@ -12,7 +12,7 @@
12
appearance: none;
13
14
15
16
17
// Pseudo-elements must be split across multiple rulesets to have an effect.
18
// No box-shadow() mixin for focus accessibility.
0 commit comments