Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBradley Farias <bradley.meck@gmail.com>2021-09-17 17:08:23 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-09-17 21:25:25 +0300
commit6bfe5a679633e7eaf27b9d9ab426006bf382b1fe (patch)
treefb7eee9555f84a16ba93a852849720e469c786b8 /doc
parent7905df180e3ae0e6d4a302734d2a511fb97c940f (diff)
doc: fix CJS-ESM selector in Safari
Safari needs a vendor prefix on the appearance of the checkbox. PR-URL: https://github.com/nodejs/node/pull/40135 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api_assets/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index 97215226d55..6faeb59efc0 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -780,6 +780,7 @@ kbd {
}
.js-flavor-selector {
+ -webkit-appearance: none;
appearance: none;
float: right;
background-image: url(./js-flavor-cjs.svg);