vegarringdal / simple-html

MIT License
3 stars 0 forks source link

css bug when grouping on row bottom border #49

Closed VegarRingdalAibel closed 1 year ago

VegarRingdalAibel commented 1 year ago

border-bottom: 1px solid var(--simple-html-grid-main-bg-border);

VegarRingdalAibel commented 1 year ago

fix needed from what I can tell

.simple-html-grid-grouping-row { border-bottom: 1px solid var(--simple-html-grid-main-bg-border); }

.simple-html-grid-body-row-container-group .simple-html-grid-row { border-bottom: 1px solid var(--simple-html-grid-pinned-border); }