Fixed shadowtransition bug

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-13 18:39:29 +02:00
parent 6dead53184
commit 1ded3c391c

View File

@@ -1644,6 +1644,7 @@ nav ul li:hover, nav ul li.active {
.card{
margin:5px 0 5px 0 !important;
overflow:hidden;
transition: box-shadow 0s;
}
.card:hover{
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.16), 0 5px 10px 0 rgba(0,0,0,0.12);