add visible focus style to file action buttons

This commit is contained in:
btzr-io 2021-07-23 02:07:08 -05:00
parent f3b5079241
commit 632ce31a5d
2 changed files with 2 additions and 0 deletions

View file

@ -2061,5 +2061,6 @@
"%title% by %channelTitle%": "%title% by %channelTitle%",
"%title% by %channelTitle% %ariaDate%": "%title% by %channelTitle% %ariaDate%",
"%title% by %channelTitle% %ariaDate%, %mediaDuration%": "%title% by %channelTitle% %ariaDate%, %mediaDuration%",
"Search for something...": "Search for something...",
"--end--": "--end--"
}

View file

@ -236,6 +236,7 @@
&:focus {
box-shadow: none;
background-color: var(--color-button-alt-bg);
}
}