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
exportconstMyStory={parameters: {pseudo: {hover: ['.hover','.focus'],active: ['.active'],'focus-visible': ['.focus']// <-- this is not working}},render(){return(// ...<buttonclassName="focus focus-visible:...">Label</button>)}}
To Reproduce
With the parameter above, the button with class .focus should get the focus-visible pseudo class.
The same applies to focus-within.
focus is working fine.
Screenshots
Desktop (please complete the following information):
OS: MacOS
Browser chrome
Version 124.0.6367.203 (Official Build) (arm64)
Additional context
The control is working correctly
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
With the parameter above, the
button
with class.focus
should get thefocus-visible
pseudo class.The same applies to
focus-within
.focus
is working fine.Screenshots
![image](https://private-user-images.githubusercontent.com/3254987/331441547-21efaf06-a45f-438b-91e5-5f0d7fb0e2c9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTgyMDMsIm5iZiI6MTczOTMxNzkwMywicGF0aCI6Ii8zMjU0OTg3LzMzMTQ0MTU0Ny0yMWVmYWYwNi1hNDVmLTQzOGItOTFlNS01ZjBkN2ZiMGUyYzkucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjM1MTQzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTU5YWVjYTllOGE0ZTI1ZDQ3Y2QxZmFmOGY1MWRkNTliN2QxZjczMzNjN2Q3NGFiZGI0Y2VlNDIyMGQ3YTU5OCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.O13g1zvNxBfqx57tGKCwkuyHiQOVOgz4InX9P60OaNY)
Desktop (please complete the following information):
Additional context
![image](https://private-user-images.githubusercontent.com/3254987/331441327-994c4360-42f2-4d4f-8f1d-7cdb5266608b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMTgyMDMsIm5iZiI6MTczOTMxNzkwMywicGF0aCI6Ii8zMjU0OTg3LzMzMTQ0MTMyNy05OTRjNDM2MC00MmYyLTRkNGYtOGYxZC03Y2RiNTI2NjYwOGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMjM1MTQzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZWRkOGM1OTM4MTMyODkxOTg0OWIxNjJlYmJlMjUxM2Y5ZmE4OWVkY2RjZmEwZjQ3ODMyZjFmZTZkNjYyNmY3NyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.5OHH867cpHB8FAqv-MhBMUh-xHbuOMII7arDwrixBtc)
The control is working correctly
The text was updated successfully, but these errors were encountered: