From 37e6dab886ce7548a627d4a7c56fcf51837e768c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tillmann=20D=C3=B6nicke?= <tillmann.doenicke@uni-goettingen.de> Date: Wed, 10 Apr 2024 10:41:55 +0000 Subject: [PATCH] feat(styles): add bibl classes --- scenarios/xslt/edxml2html/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scenarios/xslt/edxml2html/css/styles.css b/scenarios/xslt/edxml2html/css/styles.css index bb34d05..e24e5ea 100644 --- a/scenarios/xslt/edxml2html/css/styles.css +++ b/scenarios/xslt/edxml2html/css/styles.css @@ -306,12 +306,12 @@ div:has(> .philology.section) { overflow: hidden; } -.note { +.bibl, .note { display: block; position: relative; } -.note .notetext { +.bibl .bibl-long, .note .notetext { &::-webkit-scrollbar { display: none; /* Safari and Chrome */ } @@ -334,7 +334,7 @@ div:has(> .philology.section) { z-index: 1; } -.note:hover .notetext { +.bibl:hover .bibl-long, .note:hover .notetext { visibility: visible; } -- GitLab