You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop (please complete the following information):
OS: macOS
Browser Chrome
Version 104
Additional context
This is not a bug with the SCSS, the Storybook markup just needs to be updated. These issues were likely caused when we updated segmented controls to be an unordered list in this PR.
The hover and active styles should start being shown once we set aria-current={"true"|"false"} on each button
The dividers should start showing once we scope the divider styles to the list items instead of the buttons. Currently, we use an adjacent sibling selector on the button class to show these styles: src/segmented-control/segmented-control.scss#L58
The text was updated successfully, but these errors were encountered:
Describe the bug
:hover
and:focus
styles not being shownTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context
This is not a bug with the SCSS, the Storybook markup just needs to be updated. These issues were likely caused when we updated segmented controls to be an unordered list in this PR.
The hover and active styles should start being shown once we set
aria-current={"true"|"false"}
on each buttonThe dividers should start showing once we scope the divider styles to the list items instead of the buttons. Currently, we use an adjacent sibling selector on the button class to show these styles: src/segmented-control/segmented-control.scss#L58
The text was updated successfully, but these errors were encountered: