Skip to content

Commit 1ced732

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api_assets/style.css

Lines changed: 1 addition & 0 deletions
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)