aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-01-29 20:47:24 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-01 21:00:07 -0500
commitdb247a283784a0a01dca18f6afe325de7d110ba9 (patch)
tree9c47433230f5efb3a2feabb51da62d73e12f2fad /ext/mixed/css
parentdd700af0be94d33802dfc71e2c14abbad8a34578 (diff)
Fix double clicking reason and glossary text
Diffstat (limited to 'ext/mixed/css')
-rw-r--r--ext/mixed/css/display.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css
index 8bbd5731..b70ede90 100644
--- a/ext/mixed/css/display.css
+++ b/ext/mixed/css/display.css
@@ -249,7 +249,7 @@ button.action-button {
display: inline-block;
}
-.term-reasons>.term-reason+.term-reason:before {
+.term-reasons>.term-reason+.term-reason-separator+.term-reason:before {
content: " \00AB "; /* The two spaces is not a typo */
display: inline;
}
@@ -468,3 +468,13 @@ button.action-button {
padding-left: 1.4em;
list-style-type: decimal;
}
+
+.term-glossary-separator,
+.term-reason-separator {
+ display: inline-block;
+ width: 0;
+ height: 0;
+ font-size: 0;
+ opacity: 0;
+ white-space: pre;
+}