Skip to content

Commit 6b96cea

Browse files
committed
Do not show the fieldset legend if the captcha is not shown
1 parent 92488fe commit 6b96cea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

public/framework/scss/ctm_components/_form.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ textarea {
228228
}
229229
}
230230

231+
// Do not show the fieldset legend if the captcha is not shown
232+
fieldset:has(.widget-captcha[style]) > legend {
233+
display: none;
234+
}
235+
231236
// Form-validation
232237
@if ($form-validation == 'Focus') {
233238
input,

0 commit comments

Comments
 (0)