Add hover state

This commit is contained in:
Oliver Davies 2018-12-27 10:48:06 +00:00
parent 721503e6e7
commit 38649a9d20

View file

@ -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,
}"