From 53d02ca3d36eade7e0e6432b348f96a4c1f7b359 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 16 Feb 2021 21:19:52 -0500 Subject: Fix search tags in split and grouped display modes (#1412) --- ext/css/display.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/css') diff --git a/ext/css/display.css b/ext/css/display.css index 7953f6ef..9cd5c5ac 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -973,6 +973,9 @@ button.action-button[data-icon=source-term]::before { bottom: -0.5em; white-space: nowrap; } +.entry[data-type=term][data-expression-multi=true] .term-tags>.tag[data-category=search] { + display: none; +} /* Definitions */ -- cgit v1.2.3