aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Luca <[email protected]>2017-09-26 18:14:52 +0300
committerXhmikosR <[email protected]>2017-09-26 18:14:52 +0300
commitdfc946b7770704334aa27beae0b19214a3dfd96b (patch)
tree5f0cb737ceb607fb255f11fe233a3f096c0e6879
parent3eae92f1fec3c84acf38bd7e16a14eac48868334 (diff)
downloadbootstrap-dfc946b7770704334aa27beae0b19214a3dfd96b.tar.xz
bootstrap-dfc946b7770704334aa27beae0b19214a3dfd96b.zip
Update comment for forms mixins (#24050)
Check `form-control-focus` mixin, variable name is `$input-focus-border-color`
-rw-r--r--scss/mixins/_forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss
index 67e198c26..d38c7a819 100644
--- a/scss/mixins/_forms.scss
+++ b/scss/mixins/_forms.scss
@@ -1,7 +1,7 @@
// Form control focus state
//
// Generate a customized focus state and for any input with the specified color,
-// which defaults to the `@input-border-color-focus` variable.
+// which defaults to the `$input-focus-border-color` variable.
//
// We highly encourage you to not customize the default value, but instead use
// this to tweak colors on an as-needed basis. This aesthetic change is based on