mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fix menu item color when disabled + dark
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
- Fixed a bug where the `change` event wasn't updating the value in `sl-input`
|
||||
- Fixed a bug where `sl-color-picker` had the wrong border color in the dark theme
|
||||
- Fixed a bug where `sl-menu-item` had the wrong color in dark mode when disabled
|
||||
|
||||
## 2.0.0-beta.14
|
||||
|
||||
|
||||
@@ -320,6 +320,10 @@
|
||||
color: var(--sl-color-primary-50);
|
||||
}
|
||||
|
||||
.sl-theme-dark sl-menu-item[disabled]::part(base) {
|
||||
color: var(--sl-color-gray-40);
|
||||
}
|
||||
|
||||
/* Menu label */
|
||||
.sl-theme-dark sl-menu-label::part(base) {
|
||||
color: var(--sl-color-gray-40);
|
||||
|
||||
Reference in New Issue
Block a user