Skip to content

Commit d62d18f

Browse files
Consistently use outline:0 rather than outline:none (#32751)
just for code consistency, no actual effect on styling per se
1 parent a2ae2c3 commit d62d18f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/_close.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323

2424
&:focus {
25-
outline: none;
25+
outline: 0;
2626
box-shadow: $btn-close-focus-shadow;
2727
opacity: $btn-close-focus-opacity;
2828
}

scss/forms/_form-range.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
appearance: none;
1313

1414
&:focus {
15-
outline: none;
15+
outline: 0;
1616

1717
// Pseudo-elements must be split across multiple rulesets to have an effect.
1818
// No box-shadow() mixin for focus accessibility.

0 commit comments

Comments
 (0)