From c0befbd02559591b0c2871ea9cef1e4d913b9ef6 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 11 Nov 2024 22:45:05 +0100 Subject: Allow searching from a given tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This feature is useful if you want to have a quick search on how many resources apply for a single tag. Signed-off-by: Miquel Sabaté Solà --- app/assets/stylesheets/tags.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/tags.css b/app/assets/stylesheets/tags.css index bcf74cf..6d7e725 100644 --- a/app/assets/stylesheets/tags.css +++ b/app/assets/stylesheets/tags.css @@ -16,10 +16,19 @@ .tag-container { display: flex; align-items: flex-start; -} -.tag-container .name { - flex-grow: 1; + .name { + flex-grow: 1; + } + + .name a { + text-decoration: none; + color: var(--text) !important; + } + + .name a:hover { + text-decoration: underline; + } } .tag-container .action { -- cgit v1.2.3