Merge pull request #649 from jitendra-webkul/jitendra
Product gallery selected thumbnail border color changed to brand color
This commit is contained in:
commit
899ec68089
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=e019a3a0b0cbcc981fd8",
|
||||
"/css/shop.css": "/css/shop.css?id=ccad56c3468960eef02d"
|
||||
}
|
||||
"/js/shop.js": "/js/shop.js?id=391400bc9a994e60b97f",
|
||||
"/css/shop.css": "/css/shop.css?id=1bc235fc8c42cb8036b9"
|
||||
}
|
||||
|
|
@ -1692,7 +1692,7 @@ section.product-detail {
|
|||
max-height: 120px;
|
||||
|
||||
&.active {
|
||||
border-color: $border-color;
|
||||
border-color: $brand-color;
|
||||
}
|
||||
|
||||
img {
|
||||
|
|
|
|||
Loading…
Reference in New Issue