This commit is contained in:
JesmoDev
2024-06-19 21:55:42 +02:00
parent 64fee60f4d
commit dd647b9c31

View File

@@ -130,6 +130,12 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
line-height: 14px;
}
#label {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
:hover #icon-lock {
background: var(--uui-color-surface-emphasis);
}