Commit graph

2 commits

Author SHA1 Message Date
Jeldrik Hanschke
8bb8af265f
upgrade blueprints to v5.3 (#693) 2023-10-17 11:38:49 +02:00
Jeldrik Hanschke
da16d8d199
Add and delete buttons should indicate focus (#332)
Add and delete buttons used for option creation don't have any text (except
for screenreader) but only an icon. Open Iconic uses a display: inline-block
for icons as default. But that one prevents text decoration from being applied.
Since text decoration is used to visually indicate focus, that's a serious
accessibility issue.

Closes #293
2020-01-05 15:36:54 +01:00