Skip to content

Commit

Permalink
Merge pull request #5000 from nextcloud-libraries/bugfix/42498/fix-di…
Browse files Browse the repository at this point in the history
…sabled-input-appearance

fix input disabled appearance
  • Loading branch information
susnux authored Jan 18, 2024
2 parents 7799405 + d911f55 commit 4dc46e7
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 4dc46e7

Please sign in to comment.