mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
scss/_custom-forms.scss: fix typo in comment.
This commit is contained in:
parent
ea8f6c6ff3
commit
9cc237d0ba
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@
|
|||
&:focus {
|
||||
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.
|
||||
&::-webkit-slider-thumb { box-shadow: $custom-range-thumb-focus-box-shadow; }
|
||||
&::-moz-range-thumb { box-shadow: $custom-range-thumb-focus-box-shadow; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue