Skip to content

Commit

Permalink
doc: fix CJS-ESM selector in Safari
Browse files Browse the repository at this point in the history
Safari needs a vendor prefix on the appearance of the checkbox.

PR-URL: #40135
Backport-PR-URL: #40561
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
bmeck authored and richardlau committed Nov 25, 2021
1 parent 92490d1 commit 8ca082e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api_assets/style.css
Expand Up @@ -780,6 +780,7 @@ kbd {
}

.js-flavor-selector {
-webkit-appearance: none;
appearance: none;
float: right;
background-image: url(./js-flavor-cjs.svg);
Expand Down

0 comments on commit 8ca082e

Please sign in to comment.