summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stylesheets/asciidoctor.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css
index 965a9924..247a9c28 100644
--- a/src/stylesheets/asciidoctor.css
+++ b/src/stylesheets/asciidoctor.css
@@ -1128,9 +1128,14 @@ details > summary {
position: relative;
line-height: 1.6;
margin-bottom: 0.625rem;
+ outline: none;
-webkit-tap-highlight-color: transparent;
}
+details > summary::-webkit-details-marker {
+ display: none;
+}
+
details > summary::before {
content: "";
border: solid transparent;