mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 05:45:24 +00:00
[playground] Use cursor for clickable elements (#16833)
This commit is contained in:
parent
cc3ddaf070
commit
a9f5dddbaa
5 changed files with 11 additions and 7 deletions
|
@ -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"
|
||||
}`}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue