Skip to content

Commit

Permalink
fix(input): fix disabled input text color
Browse files Browse the repository at this point in the history
  • Loading branch information
apust committed Dec 24, 2020
1 parent f4372df commit a35d841
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/packages/core/src/input/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@

& ._e_input__control {
color: var(--N200);
-webkit-text-fill-color: currentcolor;
-webkit-text-fill-color: var(--N200);
opacity: 1;
}

& ._e_input__control:focus {
Expand Down

0 comments on commit a35d841

Please sign in to comment.