mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-02 20:52:22 +00:00
repolist item hover
This commit is contained in:
parent
573b306c58
commit
aa5a2a72dc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
:to="to"
|
||||
class="flex border-wp-background-400 bg-wp-background-100 dark:bg-wp-background-400 p-4 border rounded-md w-full overflow-hidden"
|
||||
:class="{
|
||||
'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-300': clickable || to,
|
||||
'cursor-pointer hover:shadow-md hover:bg-wp-background-300 dark:hover:bg-wp-background-500': clickable || to,
|
||||
}"
|
||||
>
|
||||
<slot />
|
||||
|
|
Loading…
Reference in a new issue