From 808ddef82a8eabc77ba20a0da89a392926550e76 Mon Sep 17 00:00:00 2001 From: Matttttt <18152455+martholomew@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:38:04 +0000 Subject: Added Details and Summary tags to Structured Content (#842) * add details and summary tags * fixed css test --------- Co-authored-by: martholomew --- dev/data/structured-content-overrides.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev/data/structured-content-overrides.css') 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 */ +} -- cgit v1.2.3