Skip to content

Commit

Permalink
scss/_custom-forms.scss: fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Nov 4, 2018
1 parent ea8f6c6 commit 9cc237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 9cc237d

Please sign in to comment.