Skip to content

Commit

Permalink
EPMRPP-81548 || Update field text disable state
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzmitry Kosarau authored and Dzmitry Kosarau committed Oct 26, 2023
1 parent 770e295 commit e528562
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/componentLibrary/fieldText/fieldText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@

input {
border: none;

&:disabled::placeholder,
&:disabled {
color: $COLOR--e-300;
}
}

&.input {
Expand Down

0 comments on commit e528562

Please sign in to comment.