mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(all): accesibility and global styles for hidden nodes
This commit is contained in:
@ -36,7 +36,8 @@
|
||||
}
|
||||
|
||||
:host(.tab-hidden) {
|
||||
display: none;
|
||||
/* stylelint-disable-next-line declaration-no-important */
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Reference in New Issue
Block a user