don't double up combo highlight check and make backgrounds so you can always see colours
This commit is contained in:
@@ -82,7 +82,7 @@ svg {
|
||||
animation: bg 2s cubic-bezier(0.5, 0, 0.5, 1) 0s infinite alternate;
|
||||
}
|
||||
|
||||
.combo-border {
|
||||
.combo-border:not(.highlight) {
|
||||
animation: co 0.75s cubic-bezier(0, 0, 1, 1) 0s infinite alternate;
|
||||
}
|
||||
|
||||
@@ -115,10 +115,10 @@ svg {
|
||||
|
||||
@keyframes co {
|
||||
from {
|
||||
border-color: @white;
|
||||
background: @black;
|
||||
}
|
||||
to {
|
||||
border-color: @gray-box;
|
||||
background: @gray-exists;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user