Skip to content

Commit d4e983a

Browse files
committed
Flex-Repeater: Collapse-Icon als gefuelltes Rechteck mit Header
1 parent 23905aa commit d4e983a

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

assets/css/flex-repeater.css

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,25 @@ body.rex-theme-dark {
312312
.mfr-icon-collapse-rect {
313313
display: inline-block;
314314
width: 12px;
315-
height: 2px;
316-
background: currentColor;
317-
border-radius: 1px;
315+
height: 9px;
316+
border: 1.5px solid currentColor;
317+
border-radius: 2px;
318+
background: transparent;
318319
box-sizing: border-box;
319320
opacity: .95;
321+
position: relative;
322+
}
323+
324+
.mfr-icon-collapse-rect::before {
325+
content: '';
326+
position: absolute;
327+
left: 0;
328+
right: 0;
329+
top: 0;
330+
height: 2px;
331+
background: currentColor;
332+
border-top-left-radius: 1px;
333+
border-top-right-radius: 1px;
320334
}
321335

322336
/* --- Body --- */

0 commit comments

Comments
 (0)