Add hover state
This commit is contained in:
parent
721503e6e7
commit
38649a9d20
|
@ -8,7 +8,7 @@
|
|||
class="flex items-center no-underline hover:underline focus:underline border-l-6 px-4 py-5"
|
||||
:class="{
|
||||
'border-blue bg-grey-darker': link.active,
|
||||
'border-transparent': !link.active,
|
||||
'border-transparent hover:bg-grey-darker': !link.active,
|
||||
'text-grey cursor-not-allowed': link.disabled,
|
||||
'text-white': !link.disabled,
|
||||
}"
|
||||
|
|
Reference in a new issue