mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed shadowtransition bug
This commit is contained in:
@@ -1644,6 +1644,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
.card{
|
.card{
|
||||||
margin:5px 0 5px 0 !important;
|
margin:5px 0 5px 0 !important;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
|
transition: box-shadow 0s;
|
||||||
}
|
}
|
||||||
.card:hover{
|
.card:hover{
|
||||||
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.16), 0 5px 10px 0 rgba(0,0,0,0.12);
|
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.16), 0 5px 10px 0 rgba(0,0,0,0.12);
|
||||||
|
|||||||
Reference in New Issue
Block a user