File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const Sidebar: React.FC = () => {
4646 < div className = "flex flex-col fixed left-14 w-14 -ml-14 h-full bg-gray-sidebar overflow-y-auto " >
4747 < div className = "flex flex-col flex-1 items-center py-4" >
4848 < button
49- className = "w-5 my-3 mx-auto cursor-pointer"
49+ className = "w-5 my-3 mx-auto cursor-pointer outline-none "
5050 title = "Open Gitify on GitHub"
5151 onClick = { onOpenBrowser }
5252 data-testid = "gitify-logo"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)
88 className = " flex flex-col flex-1 items-center py-4"
99 >
1010 <button
11- className = " w-5 my-3 mx-auto cursor-pointer"
11+ className = " w-5 my-3 mx-auto cursor-pointer outline-none "
1212 data-testid = " gitify-logo"
1313 onClick = { [Function ]}
1414 title = " Open Gitify on GitHub"
@@ -133,7 +133,7 @@ exports[`components/Sidebar.tsx should render itself & its children (logged out)
133133 className = " flex flex-col flex-1 items-center py-4"
134134 >
135135 <button
136- className = " w-5 my-3 mx-auto cursor-pointer"
136+ className = " w-5 my-3 mx-auto cursor-pointer outline-none "
137137 data-testid = " gitify-logo"
138138 onClick = { [Function ]}
139139 title = " Open Gitify on GitHub"
You can’t perform that action at this time.
0 commit comments