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 7546df6 commit 2536105Copy full SHA for 2536105
packages/uui-menu-item/lib/uui-menu-item.element.ts
@@ -311,10 +311,6 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
311
312
/** Disabled */
313
:host([disabled]) #menu-item {
314
- color: var(
315
- --uui-menu-item-color-disabled,
316
- var(--uui-color-disabled-contrast)
317
- );
318
background-color: var(
319
--uui-menu-item-background-color-disabled,
320
var(--uui-color-disabled)
@@ -467,6 +463,7 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
467
463
468
464
:host([disabled]) #label-button {
469
465
cursor: default;
466
+ opacity: 0.4;
470
}
471
472
button {
0 commit comments