.js classes

This commit is contained in:
Raphael Goetter 2017-08-01 10:53:59 +02:00
parent 3560a7ceb5
commit 91d979b356
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,7 @@
/* invisible for all */
.is-hidden,
.js-hidden,
[hidden] {
display: none;
}
@ -23,6 +24,7 @@
}
.is-disabled,
.js-disabled,
[disabled],
.is-disabled ~ label,
[disabled] ~ label {