mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-02 08:19:04 +01:00
88f68850b5
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. |
||
---|---|---|
.. | ||
header.css | ||
issue-card.css | ||
issue-label.css | ||
issue-list.css | ||
linebutton.css | ||
list-header.css | ||
release-tag.css | ||
wiki.css |