disabled styling

This commit is contained in:
Raphael Goetter 2017-07-31 21:45:24 +02:00
parent 1ad445f767
commit ceed55bc52
4 changed files with 3 additions and 11 deletions

View file

@ -25,7 +25,6 @@
.is-disabled,
[disabled] {
opacity: 0.5;
pointer-events: none;
cursor: not-allowed;
filter: grayscale(1);
}