Make metadata editor more accessible.

This commit is contained in:
durstann
2026-08-07 20:25:32 -07:00
parent a280304776
commit 9275ac4d12
4 changed files with 12 additions and 10 deletions
-1
View File
@@ -23,7 +23,6 @@ html,body, #reactRoot {
text-transform : uppercase;
text-decoration : none;
cursor : pointer;
outline : none;
background-color : @backgroundColor;
border : none;
&:hover { background-color : darken(@backgroundColor, 5%); }