Skip to content

Commit

Permalink
🐛 fix(core): opacité du texte du select désactivé [DS-3856] #996
Browse files Browse the repository at this point in the history
- Correction de l'opacité du texte des listes déroulantes (select) désactivées
  • Loading branch information
keryanS authored Oct 23, 2024
1 parent 8db9b5b commit 8aaa86f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/style/action/setting/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ $action-elements: (
not-allowed: (
selector: '&:disabled'
)
),
disabled: (
selector: '&:disabled'
)
),
textarea: (
Expand Down

0 comments on commit 8aaa86f

Please sign in to comment.