fix(all): accesibility and global styles for hidden nodes

This commit is contained in:
Manu Mtz.-Almeida
2018-07-22 12:02:51 +02:00
parent 0ed9406e8b
commit 4b844ef1c3
17 changed files with 75 additions and 42 deletions

View File

@ -50,8 +50,3 @@ body {
text-size-adjust: none;
}
[hidden] {
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}