MOBILE-3947 styles: Now Ionic support HTML hidden feature but it breaks
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…
Reference in New Issue