We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23905aa commit d4e983aCopy full SHA for d4e983a
1 file changed
assets/css/flex-repeater.css
@@ -312,11 +312,25 @@ body.rex-theme-dark {
312
.mfr-icon-collapse-rect {
313
display: inline-block;
314
width: 12px;
315
- height: 2px;
316
- background: currentColor;
317
- border-radius: 1px;
+ height: 9px;
+ border: 1.5px solid currentColor;
+ border-radius: 2px;
318
+ background: transparent;
319
box-sizing: border-box;
320
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;
334
}
335
336
/* --- Body --- */
0 commit comments