mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
fix(ui): fix outline on focused history dropdown
This commit is contained in:
committed by
Łukasz Mierzwa
parent
af22547cba
commit
09972e6c57
@@ -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"
|
||||
|
||||
@@ -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\\"
|
||||
|
||||
Reference in New Issue
Block a user