Change colour for disabled links
This commit is contained in:
parent
f5f3cbffa1
commit
2bc80f16e6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}"
|
||||
>
|
||||
|
|
Reference in a new issue