You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/css
silverwind 63c5ac6cdb
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">
7 months ago
..
chroma Various code view improvements (#30014) 12 months ago
codemirror Remove EasyMDE focus outline on text (#25328) 2 years ago
editor Clean up diff header css and reduce global textarea min-height (#29232) 1 year ago
features Code editor theme enhancements (#31629) 8 months ago
markup Fix poor table column width due to breaking words (#31473) 9 months ago
modules Add `:focus-visible` style to buttons (#31799) 7 months ago
repo Restyle release list, fix branch dropdown (#30837) 10 months ago
shared Forbid deprecated `break-word` in CSS (#30934) 10 months ago
standalone Add toasts to UI (#25449) 2 years ago
themes Code editor theme enhancements (#31629) 8 months ago
actions.css Fix various overflows on actions view (#30344) 11 months ago
admin.css User details page (#26713) 2 years ago
base.css Simplify 404/500 page (#31409) 9 months ago
dashboard.css Pulse page improvements (#30149) 11 months ago
explore.css Introduce `.secondary-nav` and handle `.page-content` spacing universally (#29982) 12 months ago
font_i18n.css Fix `@font-face` overrides (#24855) 2 years ago
form.css Refactor login page (#31530) 8 months ago
helpers.css Replace `gt-word-break` with `tw-break-anywhere` (#31183) 9 months ago
home.css avoid hard-coding height in language dropdown menu (#25986) 2 years ago
index.css Remove fomantic dimmer module (#30723) 11 months ago
install.css Fix some UI problems (install/checkbox) (#30854) 10 months ago
org.css Remove unneccessary uses of `word-break: break-all` (#31637) 8 months ago
repo.css Remove unneccessary uses of `word-break: break-all` (#31637) 8 months ago
review.css Use vertical layout for multiple code expander buttons (#31122) 10 months ago
user.css Optimize repo-list layout to enhance visual experience (#31272) 9 months ago