Skip to content

Commit 0e26ecf

Browse files
committed
revert lines
1 parent 94b17f3 commit 0e26ecf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/uui-ref-node/lib/uui-ref-node.element.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export class UUIRefNodeElement extends UUIRefElement {
213213
214214
:host(:not([disabled])) #open-part:hover #icon {
215215
color: var(--uui-color-interactive-emphasis);
216-
--uui-icon-color: var(--uui-color-interactive-emphasis);
217216
}
218217
:host(:not([disabled])) #open-part:hover #name {
219218
font-weight: 700;
@@ -226,7 +225,6 @@ export class UUIRefNodeElement extends UUIRefElement {
226225
227226
:host([disabled]) #icon {
228227
color: var(--uui-color-disabled-contrast);
229-
--uui-icon-color: var(--uui-color-disabled-contrast);
230228
}
231229
:host([disabled]) #name {
232230
color: var(--uui-color-disabled-contrast);

0 commit comments

Comments
 (0)