Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ced732

Browse filesBrowse 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 <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 06f6e01 commit 1ced732
Copy full SHA for 1ced732

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎doc/api_assets/style.css‎

Copy file name to clipboardExpand all lines: doc/api_assets/style.css
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.