We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252d3f5 commit c4531fcCopy full SHA for c4531fc
docs/src/components/version-switcher.tsx
@@ -44,7 +44,7 @@ export default function VersionSwitcher(): JSX.Element {
44
return (
45
versions.length > 0 && (
46
<DropdownNavbarItem
47
- className="navbar__item"
+ className="version-switcher-34ab39"
48
label={label}
49
mobile={windowSize === 'mobile'}
50
items={versions.map(({ label, url }) => ({
docs/src/css/custom.css
@@ -75,6 +75,11 @@ div[class^='announcementBar_'] {
75
font-weight: 500;
76
}
77
78
+/* workaround for version switcher PR 15894 */
79
+div[class*='navbar__items'] > li:has(a[class*='version-switcher-34ab39']) {
80
+ display: none;
81
+}
82
+
83
code {
84
font-weight: 600;
85
0 commit comments