Merge pull request #6607 from papnoisanjeev/image-upload-and-remove-issue

Product image upload and remove issue.
This commit is contained in:
Jitendra Singh 2022-08-03 12:33:14 +05:30 committed by GitHub
commit 5e2b4498e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=934e73015300b1ae35f5",
"/css/ui.css": "/css/ui.css?id=13c7619285c1caa172f8"
"/css/ui.css": "/css/ui.css?id=933372010d246f94f931"
}

View File

@ -744,6 +744,12 @@ h5 {
}
}
.boolean {
label {
pointer-events: none;
}
}
.control-group {
display: block;
margin-bottom: 25px;
@ -756,8 +762,7 @@ h5 {
label {
display: block;
color: $font-color;
pointer-events: none;
&.required::after {
content: '*';
color: $danger-color;