Skip to content

Commit

Permalink
fix(ui): fix outline on focused history dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
prymitive committed Jun 26, 2020
1 parent af22547 commit 09972e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/Components/NavBar/FilterInput/History.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const History = ({ alertStore, settingsStore }) => {
<button
ref={ref}
onClick={toggle}
className="border-0 rounded-0 bg-transparent cursor-pointer components-navbar-history px-2 components-navbar-icon"
className="btn border-0 rounded-0 bg-transparent cursor-pointer components-navbar-history px-2 py-0 components-navbar-icon"
type="button"
data-toggle="dropdown"
aria-haspopup="true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exports[`<FilterInput /> matches snapshot on default render 1`] = `
</div>
<div class=\\"input-group-append bg-transparent\\">
<span class=\\"input-group-text border-0 rounded-0 bg-transparent px-0\\">
<button class=\\"border-0 rounded-0 bg-transparent cursor-pointer components-navbar-history px-2 components-navbar-icon\\"
<button class=\\"btn border-0 rounded-0 bg-transparent cursor-pointer components-navbar-history px-2 py-0 components-navbar-icon\\"
type=\\"button\\"
data-toggle=\\"dropdown\\"
aria-haspopup=\\"true\\"
Expand Down

0 comments on commit 09972e6

Please sign in to comment.