summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/lib/gallery (unfollow)
Commit message (Collapse)AuthorLines
5 hoursfrontend: Improve highlighting of current focusHEADtrunkWolfgang Müller-1/+1
Elements now have a consistent style applied to them when in focus. Additionally, select elements will now have an outline when focused, making it easier to notice the currently selected element.
5 hoursfrontend: Ignore tabindex for container divsWolfgang Müller-1/+1
These two break the tabbing flow, instead focus the next item within the container.