clean up
This commit is contained in:
@@ -118,6 +118,12 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#label {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#state-icon {
|
||||
position: absolute;
|
||||
bottom: -5px;
|
||||
@@ -130,12 +136,6 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
#label {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
:hover #state-icon {
|
||||
background: var(--uui-color-surface-emphasis);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user