1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

scss/_custom-forms.scss: fix typo in comment.

This commit is contained in:
XhmikosR 2018-11-04 12:05:09 +02:00
parent ea8f6c6ff3
commit 9cc237d0ba

View file

@ -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; }