MOBILE-3947 styles: Now Ionic support HTML hidden feature but it breaks
This commit is contained in:
parent
8e65abcd48
commit
34147fceb7
@ -1926,3 +1926,10 @@ ion-popover {
|
||||
inset: initial;
|
||||
color: initial;
|
||||
}
|
||||
|
||||
/**
|
||||
* https://github.com/ionic-team/ionic-framework/blob/6ffbdbb3b2b69290cf25753d535bc7483bd7c6e8/BREAKING.md#css-utilities
|
||||
*/
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user