mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-20 00:04:52 -04:00
scss/_custom-forms.scss: fix typo in comment.
This commit is contained in:
parent
ea8f6c6ff3
commit
9cc237d0ba
@ -328,7 +328,7 @@
|
|||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
||||||
// Pseudo-elements must be split across multiple rulesets to have an affect.
|
// Pseudo-elements must be split across multiple rulesets to have an effect.
|
||||||
// No box-shadow() mixin for focus accessibility.
|
// No box-shadow() mixin for focus accessibility.
|
||||||
&::-webkit-slider-thumb { box-shadow: $custom-range-thumb-focus-box-shadow; }
|
&::-webkit-slider-thumb { box-shadow: $custom-range-thumb-focus-box-shadow; }
|
||||||
&::-moz-range-thumb { box-shadow: $custom-range-thumb-focus-box-shadow; }
|
&::-moz-range-thumb { box-shadow: $custom-range-thumb-focus-box-shadow; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user