Commit c4d632e
committed
Fix file list in Safari
Safari does not support the `::marker` psuedo-element. It does support
a `::-webkit-details-marker` psuedo-element, but that element's
`content` cannot be set. Therefore, to achieve the desired appearance
in Safari (as well as other browsers), this commit hides the summary
marker and uses `summary::before` to render the `+` and `-` icons.1 parent d77123f commit c4d632e
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
472 | 479 | | |
473 | 480 | | |
474 | 481 | | |
| |||
477 | 484 | | |
478 | 485 | | |
479 | 486 | | |
480 | | - | |
| 487 | + | |
481 | 488 | | |
482 | 489 | | |
483 | 490 | | |
| |||
0 commit comments