Merge pull request #6110 from jitendra-webkul/master

Issue #6109 fixed (The add to cart button should be blurred if the item is out of stock
This commit is contained in:
Jitendra Singh 2022-03-24 15:01:30 +05:30 committed by GitHub
commit 1ffc46aaa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

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,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=c11cc9818e2c776d1070",
"/css/ui.css": "/css/ui.css?id=df2ab4275b43756beb5f"
"/js/ui.js": "/js/ui.js?id=a45138406e848b98ad5d",
"/css/ui.css": "/css/ui.css?id=8d793a6d94eb4db0298b"
}

View File

@ -251,7 +251,7 @@ h5 {
&[disabled='disabled']:hover,
&[disabled='disabled']:active {
cursor: not-allowed;
background: #b1b1ae;
background: #b1b1ae !important;
box-shadow: none;
opacity: 1;
}