fix color picker light dismiss (#794)

* fix color picker light dismiss

* update changelog
This commit is contained in:
Cory LaViska
2025-03-12 15:59:37 -04:00
committed by GitHub
parent da4f619d95
commit a6745602d6
2 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ During the alpha period, things might break! We take breaking changes very serio
- Fixed `wa-pill` class for text fields
- Fixed `pill` style for `<wa-input>` elements
- Fixed a bug in `<wa-color-picker>` that prevented light dismiss from working when clicking immediately above the color picker dropdown
## 3.0.0-alpha.11

View File

@@ -278,11 +278,11 @@
}
/*
* Color dropdown
*/
* Color dropdown
*/
.color-dropdown {
display: flex;
display: contents;
}
.color-dropdown::part(panel) {