From 0dd27ef9bbe41370d859ae48dcecd5c87303d567 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 6 May 2024 17:37:42 -0300 Subject: client, css: "you are here" indicator --- src/static/css/site.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'src/static/css/site.css') diff --git a/src/static/css/site.css b/src/static/css/site.css index 17a85170..c8fe9cde 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -511,6 +511,10 @@ summary .group-name { padding: 4px 3px 4px 6px; } +.wiki-search-result:hover { + text-decoration: none !important; +} + .wiki-search-result::before { content: ''; position: absolute; @@ -529,12 +533,26 @@ summary .group-name { background: var(--light-ghost-color); } -.wiki-search-result-name { +.wiki-search-result-text-area { align-self: center; flex-grow: 1; padding-bottom: 2px; } +.wiki-search-result-name { + margin-right: 0.25em; +} + +.wiki-search-result:hover .wiki-search-result-name { + text-decoration: underline; +} + +.wiki-search-current-result-text { + font-style: oblique; + opacity: 0.9; + display: inline-block; +} + .wiki-search-result-image, .wiki-search-result-image-placeholder { align-self: flex-start; -- cgit 1.3.0-6-gf8a5