mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
no message
This commit is contained in:
parent
968b2587ae
commit
439262b930
@ -319,6 +319,7 @@ export default {
|
|||||||
border: 1px solid var(--modal-capsule-bor-color);
|
border: 1px solid var(--modal-capsule-bor-color);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
transition: box-shadow 0.2s, background 0.2s;
|
transition: box-shadow 0.2s, background 0.2s;
|
||||||
|
will-change: box-shadow, background;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--modal-capsule-hov-bgcolor);
|
background: var(--modal-capsule-hov-bgcolor);
|
||||||
|
|||||||
@ -84,13 +84,14 @@ body {
|
|||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
transition: all 0.3s;
|
transition: transform 0.3s, opacity 0.3s;
|
||||||
|
will-change: transform, opacity;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
> svg {
|
> svg {
|
||||||
opacity: 1;
|
|
||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user