Skip to content

Commit

Permalink
remove focus outline none
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Feb 7, 2025
1 parent ca099df commit fe312af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function ErrorOverlayFloatingHeader({
isTurbopack,
}: ErrorOverlayFloatingHeaderProps) {
return (
<div className="error-overlay-floating-header" tabIndex={1}>
<div className="error-overlay-floating-header">
{/* TODO: better passing data instead of nullish coalescing */}
<ErrorOverlayPagination
readyErrors={readyErrors ?? []}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ export const styles = css`
border: none;
border-radius: var(--rounded-full);
&:focus {
outline: none;
}
&:not(:disabled):active {
background: var(--color-gray-500);
}
Expand Down

0 comments on commit fe312af

Please # to comment.