This commit is contained in:
parent
f9de26933a
commit
09ceefb7c5
|
@ -217,9 +217,8 @@ async function addExpense() {
|
||||||
<QIcon
|
<QIcon
|
||||||
@click.stop.prevent="newExpenseRef.show()"
|
@click.stop.prevent="newExpenseRef.show()"
|
||||||
:name="actionIcon"
|
:name="actionIcon"
|
||||||
:size="actionIcon === 'add' ? 'xs' : 'sm'"
|
size="xs"
|
||||||
:class="['default-icon', { '--add-icon': actionIcon === 'add' }]"
|
class="default-icon"
|
||||||
:style="fill-icon"
|
|
||||||
>
|
>
|
||||||
<QTooltip>
|
<QTooltip>
|
||||||
{{ t('Create expense') }}
|
{{ t('Create expense') }}
|
||||||
|
@ -479,13 +478,8 @@ async function addExpense() {
|
||||||
}
|
}
|
||||||
.default-icon {
|
.default-icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: $primary;
|
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
|
background-color: $primary;
|
||||||
&.--add-icon {
|
|
||||||
color: var(--vn-text-color);
|
|
||||||
background-color: $primary;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<i18n>
|
<i18n>
|
||||||
|
|
Loading…
Reference in New Issue