Skip to content

Commit

Permalink
set color to form-control-plaintext (#25565)
Browse files Browse the repository at this point in the history
  • Loading branch information
m5o authored and mdo committed Feb 11, 2018
1 parent 3ffe4f8 commit f81f419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ select.form-control {
padding-bottom: $input-padding-y;
margin-bottom: 0; // match inputs if this class comes on inputs with default margins
line-height: $input-line-height;
color: $input-plaintext-color;
background-color: transparent;
border: solid transparent;
border-width: $input-border-width 0;
Expand Down
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ $input-focus-width: $input-btn-focus-width !default;
$input-focus-box-shadow: $input-btn-focus-box-shadow !default;

$input-placeholder-color: $gray-600 !default;
$input-plaintext-color: $body-color !default;

$input-height-border: $input-border-width * 2 !default;

Expand Down

0 comments on commit f81f419

Please sign in to comment.