We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b17f3 commit 0e26ecfCopy full SHA for 0e26ecf
packages/uui-ref-node/lib/uui-ref-node.element.ts
@@ -213,7 +213,6 @@ export class UUIRefNodeElement extends UUIRefElement {
213
214
:host(:not([disabled])) #open-part:hover #icon {
215
color: var(--uui-color-interactive-emphasis);
216
- --uui-icon-color: var(--uui-color-interactive-emphasis);
217
}
218
:host(:not([disabled])) #open-part:hover #name {
219
font-weight: 700;
@@ -226,7 +225,6 @@ export class UUIRefNodeElement extends UUIRefElement {
226
225
227
:host([disabled]) #icon {
228
color: var(--uui-color-disabled-contrast);
229
- --uui-icon-color: var(--uui-color-disabled-contrast);
230
231
:host([disabled]) #name {
232
0 commit comments