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
1 changed files with 1 additions and 1 deletions

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