fix matter form control label + focus bug (#897)

This commit is contained in:
Cory LaViska
2025-05-01 16:20:03 -04:00
committed by GitHub
parent 9ee3fb5d28
commit 15b8bde81b
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ During the alpha period, things might break! We take breaking changes very serio
- 🚨 BREAKING: Renamed `<image-comparer>` to `<wa-comparer>` and improved compatibility for non-image content
- Fixed a bug that caused `<wa-radio-group>` to have an undesired margin below it
- Fixed a bug in `<wa-select>` that caused incorrect spacing of icons
- Fixed a bug in the Matter theme that prevented clicks on form control labels to not focus the control
## 3.0.0-alpha.12

View File

@@ -123,6 +123,7 @@
*/
&::part(label) {
transition: all var(--wa-transition-normal);
pointer-events: none;
position: absolute;
left: calc(var(--wa-space) - 0.25em);