Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-11-04 13:05:09 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-04 13:17:56 +0300
commit9cc237d0ba1eda0b7ca96cdbfbbf2df9a11c4d4c (patch)
tree601d9c3a138126c9c777660a7fde4328bb2bb1eb
parentea8f6c6ff322587c4bc1bb7609137575c8ebaa52 (diff)
scss/_custom-forms.scss: fix typo in comment.
-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 b19e0b45eb..9088662fda 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; }