refactor: edit hover btn-add

This commit is contained in:
Net 2024-07-30 14:53:05 +07:00
parent 5ac705af0e
commit 5dfe615821

View file

@ -7,7 +7,7 @@
padding="sm"
icon="mdi-plus"
direction="up"
color="primary"
class="color-btn"
>
<slot>
<q-fab-action padding="xs" color="primary" icon="mdi-account-plus" />
@ -16,4 +16,13 @@
</q-page-sticky>
</template>
<style scoped></style>
<style scoped>
.color-btn {
color: white;
background: hsla(var(--blue-10-hsl) / 0.7);
}
:deep(.q-hoverable:hover) {
background: hsla(var(--blue-10-hsl) / 1) !important;
}
</style>