Skip to content

Commit

Permalink
Opaque input borders (#24198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored Oct 2, 2017
1 parent 8fb48ea commit 6cdcfe6
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 @@ -329,7 +329,7 @@ $input-bg: $white !default;
$input-disabled-bg: $gray-200 !default;

$input-color: $gray-700 !default;
$input-border-color: rgba($black,.15) !default;
$input-border-color: $gray-400 !default;
$input-btn-border-width: $border-width !default; // For form controls and buttons
$input-box-shadow: inset 0 1px 1px rgba($black,.075) !default;

Expand Down

0 comments on commit 6cdcfe6

Please sign in to comment.