Skip to content

Commit

Permalink
fix: doc version dropdown (apache#1592)
Browse files Browse the repository at this point in the history
Co-authored-by: Young <[email protected]>
  • Loading branch information
ShantanuSutar and SkyeYoung authored Jun 2, 2023
1 parent bfb33c1 commit cccd046
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/src/theme/DocSidebar/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

:root {
--collapse-button-bg-color-dark: #2e333a;
--text-color-primary:#e8433e;
}

@media (min-width: 997px) {
Expand Down Expand Up @@ -124,8 +125,18 @@

.sidebarVersionSwitch a {
display: inline-block;
pointer-events: none;
}

.sidebarVersionSwitch ul a {
pointer-events:all;
}

.sidebarVersionSwitch div {
display: inline-block !important;
}

.sidebarVersionSwitch div:hover{
cursor: pointer;
color: var(--text-color-primary);
}

0 comments on commit cccd046

Please sign in to comment.