Skip to content

Commit

Permalink
Merge pull request #172 from PrestaShopCorp/fix/change-color-disabled…
Browse files Browse the repository at this point in the history
…-select

fix: change color of disabled select
  • Loading branch information
mattgoud authored Aug 18, 2023
2 parents 3654fba + 1eade2c commit 6db9d35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/theme/src/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
&--error {
@apply border-red;
}
&:disabled input {
@apply text-primary-500;
}
}
&__selected {
@apply block truncate w-full
Expand Down

0 comments on commit 6db9d35

Please sign in to comment.