Merge pull request #4204 from devansh-webkul/issue-4178

Quick View Icon Glitch Fixed #4178
This commit is contained in:
Glenn Hermans 2020-10-30 16:49:36 +01:00 committed by GitHub
commit 431f361082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 15 deletions

View File

@ -29,7 +29,6 @@
}
.main-container-wrapper .product-card .product-image img {
height: auto;
max-width: 100%;
}
</style>
@ -102,7 +101,7 @@
}
$('.path-hint-tooltip').css('left', left - minus)
$('.path-hint-tooltip').css('top', currentElement.offset().top + 20)
})

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/velocity.js": "/js/velocity.js?id=b9eef40002c7ceeef010",
"/js/velocity.js": "/js/velocity.js?id=d8c35e4b86332dde5ebb",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
"/css/velocity.css": "/css/velocity.css?id=fda6b6f28d7565f01457"
"/css/velocity.css": "/css/velocity.css?id=7ecfbe76902d1abba203"
}

View File

@ -1044,15 +1044,6 @@
margin-left: -158px;
}
.lg-card-container.list-card .product-image {
max-height: 85px;
}
.quick-view-btn-container {
left: -26px;
width: 109px;
}
.quick-view-btn-container span {
left: 24%;
top: -24px;
@ -1074,4 +1065,8 @@
position: unset;
top: unset;
}
.quick-view-in-list {
display: none;
}
}