]> source.dussan.org Git - gitea.git/commit
Add `:focus-visible` style to buttons (#31799)
authorsilverwind <me@silverwind.io>
Mon, 12 Aug 2024 00:40:18 +0000 (02:40 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 00:40:18 +0000 (00:40 +0000)
commit63c5ac6cdb6cf9da136839c2db3b3848d84f62d0
tree66c1df1a2bd326022e245d769b4250ee420ce772
parent64ef3898e094d88d94b35c42e2a5092325eeab24
Add `:focus-visible` style to buttons (#31799)

Buttons now show a focus style via
[`:focus-visible`](https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible)
when the browser deems the focus to be important, like for example when
the button is focused via keyboard navigation.

<img width="492" alt="Screenshot 2024-08-07 at 22 12 51"
src="https://github.com/user-attachments/assets/060568b1-1599-4c56-bafb-b36ebb1bec35">
<img width="479" alt="image"
src="https://github.com/user-attachments/assets/885f4e10-f496-47f0-8ae5-45827ded09f8">
web_src/css/modules/button.css