« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/static/css/site.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index ed409930..7eb3605c 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -655,6 +655,7 @@ summary.underline-white > span:hover a:not(:hover) {
   position: relative;
   display: flex;
   padding: 4px 3px 4px 6px;
+  outline: none;
 }
 
 .wiki-search-result:hover {
@@ -680,7 +681,7 @@ summary.underline-white > span:hover a:not(:hover) {
   border-bottom: 1px solid var(--dim-color);
 }
 
-.wiki-search-result:hover::before {
+.wiki-search-result:hover::before, .wiki-search-result:focus::before {
   display: block;
   background: var(--light-ghost-color);
 }