css: don't hide cell picture when cell has foldable option (#42868)

This commit is contained in:
Thomas Jund 2020-05-14 12:30:05 +02:00
parent d3e7368662
commit e775f2eee5
1 changed files with 1 additions and 6 deletions

View File

@ -750,13 +750,8 @@ div.cell {
&::after {
content: "\f107"; // angle-down
}
@if $cell-image-position == top {
+ picture {
display: block;
}
}
}
> div > * {
> div > *:not(picture) {
display: none;
}
}