Skip to content

Commit

Permalink
storaged: Fix StorageBarMenu in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
leomoty authored and martinpitt committed Aug 29, 2023
1 parent 3dc7649 commit e559b73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/storaged/storage-controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const StorageBarMenu = ({ label, isKebab, onlyNarrow, menuItems }) => {
onSelect={() => setIsOpen(!isOpen)}
toggle={toggle}
isOpen={isOpen}
isPlain
isPlain={isKebab}
position="right"
dropdownItems={menuItems} />
);
Expand Down
4 changes: 4 additions & 0 deletions pkg/storaged/storage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
vertical-align: top;
}

#storage .storage-sidebar .pf-v5-c-dropdown__toggle {
padding-inline: var(--pf-v5-global--spacer--md);
}

.dialog-select-row-table {
inline-size: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion test/reference

0 comments on commit e559b73

Please sign in to comment.