Skip to content

Commit 8ca082e

Browse files
bmeckrichardlau
authored andcommitted
doc: fix CJS-ESM selector in Safari
Safari needs a vendor prefix on the appearance of the checkbox. PR-URL: #40135 Backport-PR-URL: #40561 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 92490d1 commit 8ca082e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api_assets/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ kbd {
780780
}
781781

782782
.js-flavor-selector {
783+
-webkit-appearance: none;
783784
appearance: none;
784785
float: right;
785786
background-image: url(./js-flavor-cjs.svg);

0 commit comments

Comments
 (0)