File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/packages/documents/documents/tree/tree-item Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
134
134
background : var (--uui-color-surface-emphasis );
135
135
}
136
136
137
+ /** Active */
137
138
[active ] # icon-lock {
138
139
background : var (--uui-color-current );
139
140
}
@@ -142,6 +143,20 @@ export class UmbDocumentTreeItemElement extends UmbTreeItemElementBase<UmbDocume
142
143
background : var (--uui-color-current-emphasis );
143
144
}
144
145
146
+ /** Selected */
147
+ [selected ] # icon-lock {
148
+ background-color : var (--uui-color-selected );
149
+ }
150
+
151
+ [selected ]: hover # icon-lock {
152
+ background-color : var (--uui-color-selected-emphasis );
153
+ }
154
+
155
+ /** Disabled */
156
+ [disabled ] # icon-lock {
157
+ background-color : var (--uui-color-disabled );
158
+ }
159
+
145
160
.draft {
146
161
opacity : 0.6 ;
147
162
}
You can’t perform that action at this time.
0 commit comments