Fix hideonreadonly sometimes not being applied (eg. hbox)

This commit is contained in:
Hadi Nategh 2022-10-21 13:29:08 +02:00
parent 03580169c1
commit d1841f9985

View File

@ -67,7 +67,7 @@ export const ButtonMixin = <T extends Constructor>(superclass : T) => class exte
display: initial;
}
:host([hideonreadonly][disabled]) {
display:none;
display:none !important;
}
/* Set size for icon */