Fomantic-UI icon indicating copy to clipboard operation
Fomantic-UI copied to clipboard

[grid] dividing line not visible in stacked inverted grid

Open hugopeek opened this issue 1 year ago • 1 comments

Bug Report

When displaying an inverted divided grid on a dark background, the border-top of the column that should show the dividing line does not have enough specificity (when stacked).

Testcase

https://jsfiddle.net/bo3ht7mu/

Uncommenting the border-top rule with !important solves it. Also, moving that rule higher up seems to work.

Screenshot (if possible)

image image

Version

2.9.3

hugopeek avatar Oct 09 '23 13:10 hugopeek

Fixed by #2924

ko2in avatar Oct 10 '23 10:10 ko2in