aboutsummaryrefslogtreecommitdiff
path: root/dev/data/structured-content-overrides.css
diff options
context:
space:
mode:
authorMatttttt <18152455+martholomew@users.noreply.github.com>2024-04-22 16:38:04 +0000
committerGitHub <noreply@github.com>2024-04-22 16:38:04 +0000
commit808ddef82a8eabc77ba20a0da89a392926550e76 (patch)
treefd04053c2f5355ac03828ea5206e3fa6c9a4a6c4 /dev/data/structured-content-overrides.css
parent4873a8db20dd3d3efbf4611b455500b0b03efddf (diff)
Added Details and Summary tags to Structured Content (#842)
* add details and summary tags * fixed css test --------- Co-authored-by: martholomew <martholomew@users.noreply.github.com>
Diffstat (limited to 'dev/data/structured-content-overrides.css')
-rw-r--r--dev/data/structured-content-overrides.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/data/structured-content-overrides.css b/dev/data/structured-content-overrides.css
index 46859b1b..c792cbb6 100644
--- a/dev/data/structured-content-overrides.css
+++ b/dev/data/structured-content-overrides.css
@@ -75,3 +75,9 @@
:root[data-glossary-layout-mode=compact] .gloss-sc-ul[data-sc-content=glossary] .gloss-sc-li:not(:first-child)::before {
/* remove-rule */
}
+.gloss-sc-details {
+ /* remove-rule */
+}
+.gloss-sc-summary {
+ /* remove-rule */
+}