feat: add background transition
This commit is contained in:
parent
2da8a54789
commit
4cdcd248f2
1 changed files with 4 additions and 2 deletions
|
|
@ -19,10 +19,12 @@
|
|||
<style scoped>
|
||||
.color-btn {
|
||||
color: white;
|
||||
background: hsla(var(--blue-10-hsl) / 0.7);
|
||||
background: hsla(var(--blue-10-hsl) / 0.5);
|
||||
transition: background 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
:deep(.q-hoverable:hover) {
|
||||
:deep(:where(.q-hoverable:hover, .q-fab--opened)) {
|
||||
transition: background 0.3s ease-in-out;
|
||||
background: hsla(var(--blue-10-hsl) / 1) !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue