Skip to content

Commit

Permalink
fix: ProfileExplorer kebab menu needs background color
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Sep 30, 2022
1 parent 8cbbb10 commit 8fdc89b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ body[kui-theme-style] {
@include ProfileExplorer {
/** Override kui garbage */
.pf-c-dropdown__menu {
background: none;
max-height: unset;
background: var(--pf-c-dropdown__menu--BackgroundColor);
}
.pf-c-dropdown__menu .pf-c-dropdown__menu-item:hover {
background-color: var(--pf-c-dropdown__menu-item--hover--BackgroundColor);
Expand Down

0 comments on commit 8fdc89b

Please sign in to comment.