Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[grid] dividing line not visible in stacked inverted grid #2922

Open
hugopeek opened this issue Oct 9, 2023 · 1 comment
Open

[grid] dividing line not visible in stacked inverted grid #2922

hugopeek opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
lang/css Anything involving CSS tag/next-release/nightly Any issue which has a corresponding PR which has been merged and is available in the nightly build type/bug Any issue which is a bug or PR which fixes a bug
Milestone

Comments

@hugopeek
Copy link
Contributor

hugopeek commented Oct 9, 2023

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 hugopeek added state/awaiting-investigation Anything which needs more investigation state/awaiting-triage Any issues or pull requests which haven't yet been triaged type/bug Any issue which is a bug or PR which fixes a bug labels Oct 9, 2023
@ko2in ko2in added lang/css Anything involving CSS and removed state/awaiting-triage Any issues or pull requests which haven't yet been triaged state/awaiting-investigation Anything which needs more investigation labels Oct 10, 2023
@ko2in ko2in self-assigned this Oct 10, 2023
@ko2in ko2in added the state/has-pr An issue which has a related PR open label Oct 10, 2023
@ko2in
Copy link
Member

ko2in commented Oct 10, 2023

Fixed by #2924

@lubber-de lubber-de added tag/next-release/nightly Any issue which has a corresponding PR which has been merged and is available in the nightly build and removed state/has-pr An issue which has a related PR open labels Oct 10, 2023
@lubber-de lubber-de added this to the 2.9.4 milestone Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/css Anything involving CSS tag/next-release/nightly Any issue which has a corresponding PR which has been merged and is available in the nightly build type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

No branches or pull requests

3 participants