checkbox stylings

This commit is contained in:
Raphael Goetter 2017-08-01 09:20:53 +02:00
parent ceed55bc52
commit bddfbb37a3
4 changed files with 40 additions and 4 deletions

View file

@ -23,9 +23,11 @@
}
.is-disabled,
[disabled] {
[disabled],
.is-disabled ~ label,
[disabled] ~ label {
opacity: 0.5;
cursor: not-allowed;
cursor: not-allowed !important;
filter: grayscale(1);
}