Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: fix JS flavor selection
PR-URL: #37791
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
aduh95 authored and targos committed Jun 11, 2021
1 parent 8a6c35d commit 41cfe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_assets/style.css
Expand Up @@ -794,7 +794,7 @@ kbd {
.js-flavor-selector:checked {
background-image: url(./js-flavor-esm.svg);
}
.js-flavor-selector:not(:checked) ~ .esm,
.js-flavor-selector:not(:checked) ~ .mjs,
.js-flavor-selector:checked ~ .cjs {
display: none;
}
Expand Down

0 comments on commit 41cfe64

Please sign in to comment.