Skip to content

Commit 8fdc89b

Browse files
committed
fix: ProfileExplorer kebab menu needs background color
1 parent 8cbbb10 commit 8fdc89b

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare/web/scss/components/ProfileExplorer

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare/web/scss/components/ProfileExplorer/_index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ body[kui-theme-style] {
3636
@include ProfileExplorer {
3737
/** Override kui garbage */
3838
.pf-c-dropdown__menu {
39-
background: none;
4039
max-height: unset;
40+
background: var(--pf-c-dropdown__menu--BackgroundColor);
4141
}
4242
.pf-c-dropdown__menu .pf-c-dropdown__menu-item:hover {
4343
background-color: var(--pf-c-dropdown__menu-item--hover--BackgroundColor);

0 commit comments

Comments
 (0)