improvement: new prosthesis type data structure implemented and finally working!
This commit is contained in:
@@ -388,6 +388,28 @@ select option {
|
||||
stroke: currentColor;
|
||||
}
|
||||
|
||||
@keyframes picker-expand {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: scaleX(0.88);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.picker-expand {
|
||||
transform-origin: inline-start;
|
||||
animation: picker-expand 180ms ease-out;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.picker-expand {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes task-row-complete-exit {
|
||||
0% {
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user