Skip to content

Commit

Permalink
Merge pull request #18 from moreonion/formbuilder-select-fix
Browse files Browse the repository at this point in the history
Fix selects in form-builder not always clickable
  • Loading branch information
torotil authored Nov 19, 2019
2 parents 05dec45 + 6a9362d commit 822f1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ select.form-select:focus,
width: 100%;
}

.form-builder-element select.form-select {
.form-builder-element .webform-component select.form-select {
pointer-events: none;
}

Expand Down Expand Up @@ -613,7 +613,7 @@ select:not([multiple]) + .select2-container {
}

/* Select2 form builder overrides */
.form-builder-element .select2-container {
.form-builder-element .webform-component .select2-container {
pointer-events: none;
}
.form-builder-element select:not([multiple]) + .select2-container {
Expand Down

0 comments on commit 822f1b8

Please sign in to comment.