Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit b691a5a

Browse files
committed
fix: focus ring in version dropdown
1 parent 7f2c040 commit b691a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/header/components/header-status-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function StatusPopover({
265265
}) {
266266
return (
267267
<Popover className="px-3 py-2 min-w-64" placement="bottom end">
268-
<Dialog aria-label="CodeGate Status" className="outline-0">
268+
<Dialog aria-label="CodeGate Status" style={{ outline: 0 }}>
269269
<Row
270270
title="CodeGate server"
271271
value={getHealthCheckText(healthCheckStatus)}

0 commit comments

Comments
 (0)