Skip to content

Commit 5ff92bd

Browse files
chore(stepper): create changeset
1 parent 1a3eaf3 commit 5ff92bd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.changeset/selfish-ravens-drive.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@spectrum-css/stepper": minor
3+
---
4+
5+
Previously, stepper has some inconsistencies in its hover interactions, particularly when the stepper was in a different state, like focus or keyboardFocus. The changes here should ensure any combination of hovering over a nested stepper sub-components triggers the correct border color changes to all subcomponents. As an example, hovering over the stepper buttons should trigger a border color change in the stepper buttons, AS WELL AS trigger the border color on the stepper textfield.
6+
7+
Removed mods:
8+
--mod-stepper-buttons-border-color-focus
9+
--mod-stepper-buttons-border-color-focus-hover
10+
--mod-stepper-buttons-border-color-hover
11+
--mod-stepper-buttons-border-color-keyboard-focus

0 commit comments

Comments
 (0)