Skip to content

Commit

Permalink
fix input disabled appearance
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <[email protected]>
  • Loading branch information
marcoambrosini committed Dec 28, 2023
1 parent 7d1831a commit d911f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcInputField/NcInputField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ export default {
}
&--disabled {
opacity: 0.7;
filter: saturate(0.7);
opacity: 0.4;
filter: saturate(0.4);
}
&__input {
Expand Down

0 comments on commit d911f55

Please sign in to comment.