Skip to content

Commit

Permalink
fix(select): better visualize disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiarokh authored and adrianschmidt committed Feb 8, 2024
1 parent b1ff9a1 commit b631a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
&.mdc-select--disabled {
.limel-select-trigger {
@include shared_input-select-picker.looks-disabled;
box-shadow: var(--button-shadow-normal);
}
.mdc-select__dropdown-icon {
svg {
Expand Down

0 comments on commit b631a07

Please sign in to comment.