Change colour for disabled links

This commit is contained in:
Oliver Davies 2019-02-08 14:08:40 +00:00
parent f5f3cbffa1
commit 2bc80f16e6

View file

@ -9,7 +9,7 @@
:class="{
'bg-grey-darker text-white': link.active,
'border-transparent hover:bg-grey hover:text-blue-dark': !link.active,
'text-grey cursor-not-allowed': link.disabled,
'text-grey-dark cursor-not-allowed': link.disabled,
'text-grey-darker': !link.disabled,
}"
>