background highlight equip slots

This commit is contained in:
Mashy 2019-10-16 17:26:03 +10:00
parent c444ae7d78
commit 03a0953b46

View File

@ -361,12 +361,16 @@
// }
.equipping, .receiving {
transition: border-color 0.5s ease-in;
transition-duration: 0.25s;
transition-delay: 0;
transition-timing-function: ease;
animation: eq 0.75s cubic-bezier(0, 0, 1, 1) 0s infinite alternate;
}
border: 2px dashed @gray-hint;
@keyframes eq {
from {
background: @black;
}
to {
background: @gray;
}
}
.thresholds {