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 186dcea commit d88b12fCopy full SHA for d88b12f
packages/uui-menu-item/lib/uui-menu-item.element.ts
@@ -116,6 +116,11 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
116
transition: opacity 120ms;
117
grid-column-start: 3;
118
}
119
+ :host(:not([disabled])) #menu-item:hover #actions-container,
120
+ :host(:not([disabled])) #menu-item:focus #actions-container,
121
+ :host(:not([disabled])) #menu-item:focus-within #actions-container {
122
+ opacity: 1;
123
+ }
124
125
#loader {
126
position: absolute;
0 commit comments