Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚸 Make button focus visible when navigating by keyboard
Why: - PureCSS's default focus behavior for buttons is very hard to see; it only changes the background color slightly. With :focus-visible we can have a clearly visible button outline when navigating by keyboard, but not show it when clicking the button with the mouse.
- Loading branch information