Skip to content

Commit

Permalink
Merge branch 'expr/new_timeline_ui' into expr/new_timeline_modal_disc…
Browse files Browse the repository at this point in the history
…over_table
  • Loading branch information
logeekal committed Nov 16, 2023
2 parents 0ab8272 + 7e05d5d commit 0e5ea12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const FilterBarUI = React.memo(function FilterBarUI(props: Props) {
gutterSize="none" // We use `gap` in the styles instead for better truncation of badges
alignItems="center"
tabIndex={-1}
data-test-subj="filter-items-group"
>
{props.prepend}
<FilterItems
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const SearchBarContainer = styled.div`
* -----------------------------------------------------------
*
* */
[data-test-subj='globalQueryBar'] [class$='filter_bar-styles--group'] {
[data-test-subj='globalQueryBar'] [data-test-subj='filter-items-group'] {
display: none;
}
`;
Expand Down

0 comments on commit 0e5ea12

Please sign in to comment.