made sure healthBar elements that will be animated to have solid backgrounds

This commit is contained in:
Stefan Zermatten
2019-01-31 10:34:50 +02:00
parent a95ae88a31
commit 2fcf3047ee

View File

@@ -135,7 +135,7 @@
z-index: 4;
}
.hover {
background: rgba(0,0,0,.04);
background: rgb(245, 245, 245) !important;
}
.background-transition-enter-active, .background-transition-leave-active{
transition: all .2s;