Remove jump in impress anim sidebar when adding the first anim
Force placeholder to inherit the same rules as ui-treeview-body Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I61ecde9e35812026683c655f6a2f9ead18e10d02
This commit is contained in:
parent
fa19a32b41
commit
184488b953
1 changed files with 2 additions and 1 deletions
|
@ -257,7 +257,8 @@ td.jsdialog > [id^='table-box']:not(.sidebar) {
|
|||
color: var(--color-text-lighter) !important;
|
||||
}
|
||||
|
||||
.ui-treeview-body {
|
||||
.ui-treeview-body,
|
||||
#custom_animation_label_parent {
|
||||
color: var(--color-main-text);
|
||||
font-size: var(--default-font-size);
|
||||
line-height: var(--default-height);
|
||||
|
|
Loading…
Reference in a new issue