Skip to content

Commit

Permalink
fix(select): improve disabled look
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Sep 29, 2021
1 parent f1621dd commit 069b80d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/components/bal-select/bal-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
width: 100%;
}

&.is-disabled {
background: $blue-light;
}

.bal-select__slot {
position: relative;
align-items: center;
Expand Down

0 comments on commit 069b80d

Please sign in to comment.