fix: hide overlay focus ring

This commit is contained in:
2026-05-03 23:00:38 -07:00
parent 08dc8871d3
commit 95277f30bd
3 changed files with 15 additions and 0 deletions
+6
View File
@@ -40,6 +40,12 @@ body {
'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Arial Unicode MS', Arial, sans-serif;
}
html:focus,
body:focus,
#overlay:focus {
outline: none;
}
:root {
--subtitle-sidebar-reserved-width: 0px;