[Table] very basic
+ inverted
table style seems wrong
#3251
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
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
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)
Version
2.9.4
The text was updated successfully, but these errors were encountered: