[playground] Use cursor for clickable elements (#16833)

This commit is contained in:
Micha Reiser 2025-03-18 18:06:00 +01:00 committed by GitHub
parent cc3ddaf070
commit a9f5dddbaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 7 deletions

View file

@ -40,7 +40,7 @@ export function SideBarEntry({
aria-label={title}
onClick={onClick}
role="button"
className={`group py-4 px-2 relative flex items-center justify-center flex-col fill-white text-white ${
className={`group py-4 px-2 relative flex items-center justify-center flex-col fill-white text-white cursor-pointer ${
selected ? "opacity-100" : "opacity-50 hover:opacity-100"
}`}
>