Commit 9cc237d0 authored by XhmikosR's avatar XhmikosR
Browse files

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

parent ea8f6c6f
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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; }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment