Merge pull request #6590 from papnoisanjeev/toggle_button_issue

Toggle button issue even working with outside click.
This commit is contained in:
Jitendra Singh 2022-07-23 12:23:17 +05:30 committed by GitHub
commit 98da43a46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 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=28450da875b7d84b30dd",
"/css/ui.css": "/css/ui.css?id=1ed0d19988916084ff87"
"/js/ui.js": "/js/ui.js?id=994a0d7537c0f196b1e0",
"/css/ui.css": "/css/ui.css?id=d5a5781ad0a890301ed3"
}

View File

@ -756,6 +756,7 @@ h5 {
label {
display: block;
color: $font-color;
pointer-events: none;
&.required::after {
content: '*';
@ -998,6 +999,7 @@ h5 {
height: 34px;
margin-top: 10px;
margin-bottom: 5px;
pointer-events: auto;
}
.switch input {