aboutsummaryrefslogtreecommitdiff
path: root/ext/css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-01 11:53:56 -0400
committerGitHub <noreply@github.com>2021-05-01 11:53:56 -0400
commitc433819c1bb0ec5d3156300deada47faee6aee99 (patch)
tree35b65a477bbd58d898283358ea7067ed05039139 /ext/css
parent8ee470caa0f96326d637f0ee6769546f3ef1cfc2 (diff)
Update search tags to always be displayed in a consistent manner (#1645)
Diffstat (limited to 'ext/css')
-rw-r--r--ext/css/display.css13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/css/display.css b/ext/css/display.css
index 6fffc5ab..d9a2acd2 100644
--- a/ext/css/display.css
+++ b/ext/css/display.css
@@ -879,9 +879,6 @@ button.action-button[data-icon=source-term]::before {
.headword-details {
display: inline;
}
-.headword-tag-list {
- display: none;
-}
.headword-list-details {
display: inline;
}
@@ -1103,16 +1100,6 @@ button.action-button[data-icon=source-term]::before {
:root:not([data-result-output-mode=merge]) .headword-list .headword-details>.action-play-audio {
display: none;
}
-:root[data-result-output-mode=merge] .headword-list .headword-tag-list {
- display: block;
- position: absolute;
- left: 0;
- bottom: -0.5em;
- white-space: nowrap;
-}
-:root[data-result-output-mode=merge] .entry[data-type=term] .headword-list-tag-list>.tag[data-category=search] {
- display: none;
-}
/* Definitions */