Skip to content

Commit

Permalink
EZP-31943: added opacity to disabled inputs (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Grabowski authored Sep 24, 2020
1 parent 276a09c commit 7e9c1bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/scss/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
outline: none;
transition: all 0.2s $ez-admin-transition;

&:disabled {
opacity: 0.3;
}

&--checkbox {
-webkit-appearance: none;
-moz-appearance: none;
Expand Down

0 comments on commit 7e9c1bc

Please # to comment.