diff options
| author | XhmikosR <[email protected]> | 2018-11-04 12:05:09 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-04 12:17:56 +0200 |
| commit | 9cc237d0ba1eda0b7ca96cdbfbbf2df9a11c4d4c (patch) | |
| tree | 601d9c3a138126c9c777660a7fde4328bb2bb1eb | |
| parent | ea8f6c6ff322587c4bc1bb7609137575c8ebaa52 (diff) | |
| download | bootstrap-9cc237d0ba1eda0b7ca96cdbfbbf2df9a11c4d4c.tar.xz bootstrap-9cc237d0ba1eda0b7ca96cdbfbbf2df9a11c4d4c.zip | |
scss/_custom-forms.scss: fix typo in comment.
| -rw-r--r-- | scss/_custom-forms.scss | 2 |
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; } |
