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

@ -36,7 +36,8 @@
}
:host(.tab-hidden) {
display: none;
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}
a {