diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-02-02 14:21:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-02 14:21:38 +0200 |
commit | 539ad6fb0aca99605b853e496159c1fb535ce633 (patch) | |
tree | 5655e89b2ff9548e462ddbf9043e658470b08c91 /ext/mixed/css/display.css | |
parent | 24690ceb7c0fc2af9ebd33971dece22eb2bd1d03 (diff) | |
parent | b8326138a3254e82dd42e1517f371287bdfc6705 (diff) |
Merge pull request #334 from siikamiika/search-tags
add scannable tags for expression and reading
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r-- | ext/mixed/css/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index fefd500f..3a66cec3 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -227,6 +227,10 @@ button.action-button { margin-left: 0.375em; } +html:root:not([data-enable-search-tags=true]) .tag[data-category=search] { + display: none; +} + .entry-header2, .entry-header3 { display: inline; |