mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix matter form control label + focus bug (#897)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -123,6 +123,7 @@
|
||||
*/
|
||||
&::part(label) {
|
||||
transition: all var(--wa-transition-normal);
|
||||
pointer-events: none;
|
||||
|
||||
position: absolute;
|
||||
left: calc(var(--wa-space) - 0.25em);
|
||||
|
||||
Reference in New Issue
Block a user