kopia lustrzana https://github.com/shoelace-style/shoelace
Fix menu item color when disabled + dark
rodzic
8aa598ee92
commit
4221ad70c9
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
- Fixed a bug where the `change` event wasn't updating the value in `sl-input`
|
- 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-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
|
## 2.0.0-beta.14
|
||||||
|
|
||||||
|
|
|
@ -320,6 +320,10 @@
|
||||||
color: var(--sl-color-primary-50);
|
color: var(--sl-color-primary-50);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sl-theme-dark sl-menu-item[disabled]::part(base) {
|
||||||
|
color: var(--sl-color-gray-40);
|
||||||
|
}
|
||||||
|
|
||||||
/* Menu label */
|
/* Menu label */
|
||||||
.sl-theme-dark sl-menu-label::part(base) {
|
.sl-theme-dark sl-menu-label::part(base) {
|
||||||
color: var(--sl-color-gray-40);
|
color: var(--sl-color-gray-40);
|
||||||
|
|
Ładowanie…
Reference in New Issue