change tree font

This commit is contained in:
m.epshtein 2025-02-28 15:08:14 +03:00
parent e033d8e394
commit 5676d526e5

View file

@ -167,7 +167,7 @@
}
.webbpm.account-applications dropdown-tree-view .dropdown > button:not(:disabled):not(.disabled),
.webbpm.account-applications dropdown-tree-view .dropdown > button:not(:disabled):not(.disabled):is(:focus, :active) {
font-family: 'Gilroy';
font-family: 'Golos';
font-size: var(--size-text-secondary);
color: var(--color-text-primary);
text-align: left;
@ -181,7 +181,7 @@
box-shadow: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
white-space: nowrap;
}
.webbpm.account-applications dropdown-tree-view .dropdown > button::after {
content: "\f282";