mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:42:02 +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
|
@ -18,6 +18,7 @@ export default function AstralButton({
|
|||
"text-black",
|
||||
"hover:text-white",
|
||||
"hover:bg-galaxy",
|
||||
"cursor-pointer",
|
||||
"outline-1",
|
||||
"dark:outline",
|
||||
"dark:hover:outline-white",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue