Skip to content

Commit

Permalink
[Upd #110] Irrelevant question can be expanded by clicking on header …
Browse files Browse the repository at this point in the history
…rather than caret square down
  • Loading branch information
LaChope committed Mar 14, 2022
1 parent 1248aa6 commit e77b129
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/styles/s-forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,9 @@ input:disabled {
pointer-events: none;
}

.show-irrelevant.list-group-item {
pointer-events: auto;
}

.show-irrelevant .form-check-input,
.show-irrelevant .caret-square-down {
.show-irrelevant .question-header,
.show-irrelevant.list-group-item {
pointer-events: auto;
}

Expand Down

0 comments on commit e77b129

Please sign in to comment.