fix(ui): fix outline on focused history dropdown

This commit is contained in:
Łukasz Mierzwa
2020-06-26 12:33:19 +01:00
committed by Łukasz Mierzwa
parent af22547cba
commit 09972e6c57
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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\\"