rename css disabled property to make it button specific, adjust darkmode disabled css
This commit is contained in:
parent
3671d52499
commit
75eac81b80
2 changed files with 13 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<a
|
||||
class="uk-button"
|
||||
:class="[isDisabled ? 'disabled' : '', buttonPrimary ? 'uk-button-primary' : 'uk-button-default']"
|
||||
:class="[isDisabled ? 'uk-button-disabled' : '', buttonPrimary ? 'uk-button-primary' : 'uk-button-default']"
|
||||
:href="URL"
|
||||
download
|
||||
> {{ buttonLabel }}</a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue