MOBILE-3947 styles: Now Ionic support HTML hidden feature but it breaks

main
Pau Ferrer Ocaña 2023-11-17 11:08:26 +01:00
parent 8e65abcd48
commit 34147fceb7
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}