#7186 - tabIndexVATExpenses #277

Merged
jon merged 7 commits from 7186-tabIndexVATExpenses into dev 2024-04-10 07:37:01 +00:00
1 changed files with 3 additions and 9 deletions
Showing only changes of commit 09ceefb7c5 - Show all commits

View File

@ -217,9 +217,8 @@ async function addExpense() {
<QIcon
@click.stop.prevent="newExpenseRef.show()"
:name="actionIcon"
:size="actionIcon === 'add' ? 'xs' : 'sm'"
:class="['default-icon', { '--add-icon': actionIcon === 'add' }]"
:style="fill-icon"
size="xs"
class="default-icon"
>
<QTooltip>
jsegarra marked this conversation as resolved Outdated

hay clase definida en fill-icon

hay clase definida en fill-icon
{{ t('Create expense') }}
@ -479,13 +478,8 @@ async function addExpense() {
}
.default-icon {
cursor: pointer;
color: $primary;
border-radius: 50px;
&.--add-icon {
color: var(--vn-text-color);
background-color: $primary;
}
background-color: $primary;
}
</style>
<i18n>