mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Remove outdated comment from $input-border-color
variable
This commit is contained in:
parent
4536f60d95
commit
17f14ac39f
@ -879,7 +879,7 @@ $input-disabled-bg: var(--#{$prefix}form-control-disabled-bg
|
||||
$input-disabled-border-color: null !default;
|
||||
|
||||
$input-color: var(--#{$prefix}body-color) !default;
|
||||
$input-border-color: var(--#{$prefix}border-color) !default; //$gray-400
|
||||
$input-border-color: var(--#{$prefix}border-color) !default;
|
||||
$input-border-width: $input-btn-border-width !default;
|
||||
$input-box-shadow: $box-shadow-inset !default;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user