forgejo/web_src/css/repo
Otto Richter 88f68850b5 Accessibility: Watch & Star on small screens
The elements were hidden on small screens to preserve space and the
icons still conveyed the meaning for users with intact eye vision.
However, the names were no longer exposed to screen readers, and their
users usually cannot obtain the meaning from the icons.

Adding aria-labels to the affected templates results in certain
complexity due to the DOM, so instead I decided to use some accessible
CSS tricks to move the content off the screen instead of hiding it. It
should remain accessible for most screen readers.
2024-03-02 14:31:10 +01:00
..
header.css Accessibility: Watch & Star on small screens 2024-03-02 14:31:10 +01:00
issue-card.css
issue-label.css
issue-list.css [GITEA] Use vertical tabs on issue filters 2024-02-05 16:05:50 +01:00
linebutton.css
list-header.css
release-tag.css
wiki.css