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

Fix for issue #146 (Rounding artefacts with dark table row) #149

Merged

Conversation

RamonvdW
Copy link

Fix for issue #146 (Rounding artefacts with dark table row)
Tested with plain and striped tables.

@Smankusors Smankusors linked an issue Jun 17, 2021 that may be closed by this pull request
@@ -401,7 +397,7 @@ td, th{
display: table-cell;
text-align: left;
vertical-align: middle;
border-radius: 2px;
border-radius: 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line is also safe to delete... what do you think guys? @materializecss/members

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, agree 👍

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not optimize it more, to avoid the risk of breaking existing applications because of how the styles are used. This is a nice and small pull request as it is now. Let's keep it that way.

@DanielRuf DanielRuf merged commit 5c4083a into materializecss:master Jul 5, 2021
@DanielRuf
Copy link

Hi @RamonvdW,

many thanks for your PR =)

I've sent you an invitation to the materializecss org as member. Would be great to have you on board 👍

@Smankusors Smankusors added the bug Something isn't working label Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rounding artefacts with dark table row
4 participants