diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-16 21:19:52 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-16 21:30:38 -0500 |
commit | 545b4d3311d34f48cf714c63a50f4765fe775ef9 (patch) | |
tree | c05a64c5a81629b7b21965432f3cc462e0ea2ba1 /ext/mixed/css/display.css | |
parent | 38a00777570b9a12fc39365af6a2646fb4af451a (diff) |
Fix search tags in split and grouped display modes (#1412)
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r-- | ext/mixed/css/display.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index e13d8f91..5bac2575 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/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 */ |