forked from extern/egroupware
Fix hideonreadonly sometimes not being applied (eg. hbox)
This commit is contained in:
parent
03580169c1
commit
d1841f9985
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user