0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

Update comment for forms mixins (#24050)

Check `form-control-focus` mixin, variable name is `$input-focus-border-color`
This commit is contained in:
Andrew Luca 2017-09-26 18:14:52 +03:00 committed by XhmikosR
parent 3eae92f1fe
commit dfc946b777

View File

@ -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