File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -406,10 +406,6 @@ pre code {
406
406
padding : 0.35em 0.5em ;
407
407
}
408
408
409
- .odoc-include details summary : hover {
410
- background-color : var (--spec-summary-hover-background );
411
- }
412
-
413
409
div .spec , .def-doc {
414
410
margin-bottom : 20px ;
415
411
}
@@ -466,15 +462,19 @@ div.def-doc>*:first-child {
466
462
box-shadow : 0 0px 0 1px var (--spec-details-after-shadow );
467
463
}
468
464
469
- .odoc-include details summary {
465
+ .odoc-include summary {
470
466
position : relative;
471
467
margin-bottom : 20px ;
472
468
cursor : pointer;
473
469
outline : none;
474
470
}
475
471
472
+ .odoc-include summary : hover {
473
+ background-color : var (--spec-summary-hover-background );
474
+ }
475
+
476
476
/* FIXME: Does not work in Firefox. */
477
- .odoc-include details summary ::-webkit-details-marker {
477
+ .odoc-include summary ::-webkit-details-marker {
478
478
color : # 888 ;
479
479
transform : scaleX (-1 );
480
480
position : absolute;
You can’t perform that action at this time.
0 commit comments