aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-11-04 12:05:09 +0200
committerXhmikosR <[email protected]>2018-11-04 12:17:56 +0200
commit9cc237d0ba1eda0b7ca96cdbfbbf2df9a11c4d4c (patch)
tree601d9c3a138126c9c777660a7fde4328bb2bb1eb /scss
parentea8f6c6ff322587c4bc1bb7609137575c8ebaa52 (diff)
downloadbootstrap-9cc237d0ba1eda0b7ca96cdbfbbf2df9a11c4d4c.tar.xz
bootstrap-9cc237d0ba1eda0b7ca96cdbfbbf2df9a11c4d4c.zip
scss/_custom-forms.scss: fix typo in comment.
Diffstat (limited to 'scss')
-rw-r--r--scss/_custom-forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index b19e0b45e..9088662fd 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -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; }