Closed
Description
- Gitea version (or commit ref): 1.4.0rc1
- Can you reproduce the bug at https://try.gitea.io: Yes
Description
The button hover colors for item deletion dialogs are counter-intuitive:
- the 'Yes' button confirms deletion and is colored green;
- the 'No' button cancels deletion and is colored red.
We should either:
- reword all dialogs to have macOS style button labels like 'Delete' and 'Don't Delete' (or 'Cancel') or;
- use neutral hover colors for these dialogs.
I'm also not sure if there even any positively-phrased dialogs in Gitea where 'yes' is the non-intrusive action, so maybe both options can even work together.
Screenshots
(Wording on this dialog is from my private branch, but Gitea releases are similar.)