Only hide immediate children of label[x-show]
Otherwise, it affects the ones inside CKEditor
This commit is contained in:
parent
cdf32a0234
commit
92db4dfff6
|
@ -671,6 +671,6 @@ textarea {
|
||||||
background-color: var(--camper--color--hay);
|
background-color: var(--camper--color--hay);
|
||||||
}
|
}
|
||||||
|
|
||||||
label[x-show] span, label[x-show] br {
|
label[x-show] > span, label[x-show] > br {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue