Skip to content

Commit

Permalink
Merge pull request #2944 from epwinchell/settings_fix10
Browse files Browse the repository at this point in the history
settings menu fix
  • Loading branch information
Hyperkid123 authored Sep 25, 2024
2 parents dc91df5 + 383980d commit 24d28fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@
&:hover {--pf-v5-c-notification-badge--after--BackgroundColor: var(--pf-v5-global--palette--red-200)}
}
}
.chr-c-menu-settings .pf-v5-c-menu__group:first-of-type > .pf-v5-c-menu__group-title {
display: none;
}
}
1 change: 1 addition & 0 deletions src/components/Header/SettingsToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const SettingsToggle = (props: SettingsToggleProps) => {
isOpen={isOpen}
onSelect={() => setIsOpen((prev) => !prev)}
ouiaId={props.ouiaId}
className="chr-c-menu-settings"
>
<DropdownList>{dropdownItems}</DropdownList>
</Dropdown>
Expand Down

0 comments on commit 24d28fb

Please sign in to comment.