mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-27 18:59:41 +00:00
Fix tabs hover (#5403)
This commit is contained in:
parent
b4b4c68b72
commit
e7a789a5cf
@ -10,7 +10,7 @@
|
||||
:exact-active-class="tab.matchChildren ? '' : 'border-wp-text-100!'"
|
||||
>
|
||||
<span
|
||||
class="hover:bg-wp-background-200 dark:hover:bg-wp-background-100 flex w-full min-w-20 flex-row items-center justify-center gap-2 rounded-md px-2 py-1"
|
||||
class="hover:bg-wp-background-300 dark:hover:bg-wp-background-200 flex w-full min-w-20 flex-row items-center justify-center gap-2 rounded-md px-2 py-1"
|
||||
>
|
||||
<Icon v-if="tab.icon" :name="tab.icon" :class="tab.iconClass" class="shrink-0" />
|
||||
<span>{{ tab.title }}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user