Skip to content

Commit

Permalink
fix: show disabled state (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lael Birch committed Jun 15, 2021
1 parent 520050f commit 713f382
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Form/_Form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,10 @@ $form-control-icon-width: 32px !default;
}
}
select.form-control {
background: $custom-select-bg $custom-select-background;
background-image: $custom-select-indicator;
background-position: right .5625rem center;
background-repeat: no-repeat;
background-size: 24px 24px;
appearance: none;
}
select.form-control:not(.has-value):not(:focus) {
Expand Down

0 comments on commit 713f382

Please sign in to comment.