Skip to content

Commit

Permalink
Remove outdated comment from $input-border-color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
erengy authored and mdo committed Jan 13, 2023
1 parent 4536f60 commit 17f14ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 17f14ac

Please sign in to comment.