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
Using the button group modifier classes has no effect, due to the encapsulation mode of the button component. This is a regression introduced by yours truly here. Previously these styles were all global.
Steps to reproduce the behavior:
Try to use the go-button-group and go-button-group__item classes.
Open the page in your browser de jour.
See how the styles are not being applied.
Be sad 😿
Expected behavior
Styles should be applied (duh)
Possible Resolutions
Remove encapsulation from the button component (please no)
Move there styles to a global file (maybe)
Creat a component from button groups (good idea, more work that may not be high priority right now)
The text was updated successfully, but these errors were encountered:
Description
Using the button group modifier classes has no effect, due to the encapsulation mode of the button component. This is a regression introduced by yours truly here. Previously these styles were all global.
Steps to reproduce the behavior:
go-button-group
andgo-button-group__item
classes.Expected behavior
Styles should be applied (duh)
Possible Resolutions
The text was updated successfully, but these errors were encountered: