mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Merge pull request #121 from shoelace-style/menus
fix menu focus colors
This commit is contained in:
@@ -104,9 +104,10 @@ export default css`
|
||||
}
|
||||
|
||||
:host(:focus-visible) .menu-item {
|
||||
outline: none;
|
||||
background-color: var(--wa-color-brand-spot);
|
||||
color: var(--wa-color-brand-text-on-spot);
|
||||
outline: var(--wa-focus-ring);
|
||||
outline-offset: calc(-1 * var(--wa-focus-ring-width));
|
||||
background-color: var(--wa-color-neutral-fill-subtle);
|
||||
color: var(--wa-color-neutral-text-on-fill);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user