Skip to content

Commit

Permalink
assets/scss: show react captcha text mode correctly by excluding the
Browse files Browse the repository at this point in the history
display none styles for it.

fixes #2839
  • Loading branch information
goapunk committed Nov 11, 2024
1 parent 87db814 commit 1ab924a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adhocracy-plus/assets/scss/components/_captcheck.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
display: initial;
}

.captcheck_question_access {
:not(.react_captcha).captcheck_question_access {
display: none;
}

Expand Down Expand Up @@ -79,6 +79,6 @@
display: initial;
}

.captcheck_answer_access {
:not(.react_captcha).captcheck_answer_access {
display: none;
}

0 comments on commit 1ab924a

Please sign in to comment.