Skip to content

[Table] very basic + inverted table style seems wrong #3251

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

Open
grandeljay opened this issue Apr 23, 2025 · 1 comment
Open

[Table] very basic + inverted table style seems wrong #3251

grandeljay opened this issue Apr 23, 2025 · 1 comment
Labels
state/has-pr An issue which has a related PR open type/bug Any issue which is a bug or PR which fixes a bug
Milestone

Comments

@grandeljay
Copy link
Contributor

Bug Report

When using the very basic + inverted class style for tables, the padding is removed on the sides which makes the table look off with it's background-color.

Steps to reproduce

<table class="ui very basic inverted table">[...]

Expected result

The background-color is transparent for the inverted table (just like it is for non-inverted).

Actual result

The background-color is dark/non-transparent (rgba(0, 0, 0, 0.15))

Testcase

https://jsfiddle.net/pgkb8zd0/1/

Screenshot (if possible)

Inverted Table Regular Table
Inverted Table Regular Table

Version

2.9.4

@grandeljay grandeljay 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 Apr 23, 2025
@grandeljay grandeljay changed the title [Table] very basic table style seems wrong [Table] very basic + inverted table style seems wrong Apr 23, 2025
@lubber-de lubber-de removed the state/awaiting-triage Any issues or pull requests which haven't yet been triaged label Apr 23, 2025
@lubber-de
Copy link
Member

Fixed by #3257
See your adjusted jsfifddle here https://jsfiddle.net/yjgb6e3v/

@lubber-de lubber-de added state/has-pr An issue which has a related PR open and removed state/awaiting-investigation Anything which needs more investigation labels Apr 30, 2025
@lubber-de lubber-de added this to the 2.10.0 milestone Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state/has-pr An issue which has a related PR open type/bug Any issue which is a bug or PR which fixes a bug
Projects
None yet
Development

No branches or pull requests

2 participants