We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ea3d8 commit c7613ddCopy full SHA for c7613dd
src/css/base.css
@@ -92,6 +92,7 @@ button::-moz-focus-inner {
92
summary {
93
cursor: pointer;
94
-webkit-tap-highlight-color: transparent;
95
+ outline: none;
96
}
97
98
table {
src/css/doc.css
@@ -657,6 +657,10 @@
657
margin-bottom: 0.5rem;
658
659
660
+.doc details > summary::-webkit-details-marker {
661
+ display: none;
662
+}
663
+
664
.doc details > summary::before {
665
content: "";
666
border: solid transparent;
0 commit comments