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 680a7a6 commit 07b8c96Copy full SHA for 07b8c96
packages/uui-menu-item/lib/uui-menu-item.element.ts
@@ -61,7 +61,8 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
61
color: var(--uui-color-interactive-emphasis);
62
}
63
64
- :host([active]) {
+ :host([active]) #label-button,
65
+ :host([active]) #caret-button {
66
color: var(--uui-color-current-contrast);
67
68
:host([active]) #label-button-background {
@@ -72,7 +73,7 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
72
73
background-color: var(--uui-color-current-emphasis);
74
75
- :host([selected]),
76
+ :host([selected]) #label-button,
77
:host([selected]) #caret-button {
78
color: var(--uui-color-selected-contrast);
79
0 commit comments