mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
fix(css): revert hidden css
This commit is contained in:
@ -50,3 +50,8 @@ body {
|
||||
|
||||
text-size-adjust: none;
|
||||
}
|
||||
|
||||
[hidden] {
|
||||
/* stylelint-disable-next-line declaration-no-important */
|
||||
display: none !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user