fix(docs): show version selection dropdown on mobile (#15894)

change-className-and-add-css-to-show-versions-on-mobile
This commit is contained in:
Nicholas Flamy 2025-02-06 16:00:52 -05:00 committed by GitHub
parent 252d3f5f2c
commit c4531fc4d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -75,6 +75,11 @@ div[class^='announcementBar_'] {
font-weight: 500;
}
/* workaround for version switcher PR 15894 */
div[class*='navbar__items'] > li:has(a[class*='version-switcher-34ab39']) {
display: none;
}
code {
font-weight: 600;
}