We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9abae commit 883e471Copy full SHA for 883e471
1 file changed
apps/webapp/app/components/navigation/NotificationCard.tsx
@@ -87,7 +87,7 @@ export function NotificationCard({
87
<button
88
type="button"
89
onClick={handleDismiss}
90
- className="relative z-20 -mr-1 shrink-0 rounded p-0.5 text-text-dimmed opacity-0 transition group-hover/card:opacity-100 hover:bg-charcoal-700 hover:text-text-bright"
+ className="relative z-20 -mr-1 shrink-0 rounded p-0.5 text-text-dimmed opacity-0 transition group-hover/card:opacity-100 hover:bg-charcoal-700 hover:text-text-bright focus-visible:opacity-100"
91
>
92
<XMarkIcon className="size-3.5" />
93
</button>
0 commit comments