Skip to content

Commit

Permalink
Add hover effect for focues state
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekn committed Jul 16, 2024
1 parent d9409da commit 8242879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/content-tab-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export function ContentTabOverview( { selectedSite }: ContentTabOverviewProps )
>
<div
className={
'opacity-0 group-hover:opacity-90 group-hover:bg-white duration-300 absolute size-full flex justify-center items-center bg-white text-a8c-blueberry'
'opacity-0 group-hover:opacity-90 group-hover:bg-white group-focus:opacity-90 group-focus:bg-white duration-300 absolute size-full flex justify-center items-center bg-white text-a8c-blueberry'
}
>
{ __( 'Open site' ) }
Expand Down

0 comments on commit 8242879

Please sign in to comment.