Skip to content

Commit

Permalink
doc: fix JS flavor selection
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 17, 2021
1 parent 3b3b02f commit b08a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_assets/style.css
Expand Up @@ -777,7 +777,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 b08a3aa

Please sign in to comment.