draginput angle circle not updating upon drag

master
Mark MacKay 2021-06-02 17:14:46 -05:00
parent 1e76faaa2b
commit 04d36691b5
1 changed files with 7 additions and 3 deletions

View File

@ -267,15 +267,19 @@
}
.draginput .angle {
width: var(--x12);
height: var(--x12);
width: var(--x12);
height: var(--x12);
border-radius: var(--x12);
background: var(--z3);
background-color: var(--z3);
position: absolute;
bottom: var(--x1);
left: 14px;
}
body.dragging .draginput .angle {
background-color: var(--z1);
}
.draginput:hover .angle {
background: var(--z4);
}