Skip to content

Commit

Permalink
[Unified search] Improve left menu buttons hover state styles (#147612)
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz authored Dec 19, 2022
1 parent d1f26f5 commit 3ecfa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const AddFilterPopover = React.memo(function AddFilterPopover({
size="m"
disabled={isDisabled}
{...buttonProps}
style={{ borderTopLeftRadius: 0, borderBottomLeftRadius: 0 }}
/>
</EuiToolTip>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export function QueryBarMenu({
onClick={onButtonClick}
isDisabled={isDisabled}
{...buttonProps}
style={{ borderTopRightRadius: 0, borderBottomRightRadius: 0 }}
iconType="filter"
aria-label={buttonLabel}
data-test-subj="showQueryBarMenu"
Expand Down

0 comments on commit 3ecfa3d

Please sign in to comment.