Skip to content
Snippets Groups Projects
Commit dc36f63d authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

fixes #3704

Closes #3704

Merge request studip/studip!2579
parent 8bea063b
No related branches found
No related tags found
No related merge requests found
...@@ -391,8 +391,9 @@ form.default { ...@@ -391,8 +391,9 @@ form.default {
} }
// Collapsable fieldsets // Collapsable fieldsets
.js &.collapsable fieldset, fieldset.collapsable { .js &.collapsable fieldset,
legend { fieldset.collapsable {
> legend {
box-sizing: border-box; box-sizing: border-box;
@include background-icon(arr_1down, clickable, 20); @include background-icon(arr_1down, clickable, 20);
background-position: 6px center; background-position: 6px center;
...@@ -402,13 +403,13 @@ form.default { ...@@ -402,13 +403,13 @@ form.default {
} }
&.collapsed { &.collapsed {
legend { > legend {
@include background-icon(arr_1right, clickable, 20); @include background-icon(arr_1right, clickable, 20);
margin-bottom: 0; margin-bottom: 0;
} }
padding-bottom: 0; padding-bottom: 0;
padding-top: 0; padding-top: 0;
*:not(legend) { > *:not(legend) {
display: none; display: none;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment