diff options
author | Matttttt <18152455+martholomew@users.noreply.github.com> | 2024-05-09 07:48:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 07:48:48 +0000 |
commit | 3ff226e7d175b76c2f2ef2be1fcae5af8cc162d4 (patch) | |
tree | 87c58c99ca1dab17ff33e0a6c4369b0c61bdc370 /dev | |
parent | 13278a5cf67de69678d8c4c5fb97e6eb00c94c11 (diff) |
Change Details and Summary Tags CSS (#894)
* Change summary CSS
Signed-off-by: Matttttt <18152455+martholomew@users.noreply.github.com>
* Update structured-content-overrides.css
Signed-off-by: Matttttt <18152455+martholomew@users.noreply.github.com>
---------
Signed-off-by: Matttttt <18152455+martholomew@users.noreply.github.com>
Diffstat (limited to 'dev')
-rw-r--r-- | dev/data/structured-content-overrides.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/data/structured-content-overrides.css b/dev/data/structured-content-overrides.css index c792cbb6..df4f0d80 100644 --- a/dev/data/structured-content-overrides.css +++ b/dev/data/structured-content-overrides.css @@ -81,3 +81,6 @@ .gloss-sc-summary { /* remove-rule */ } +.gloss-sc-details[open] .gloss-sc-summary { + /* remove-rule */ +} |