-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
contextual table row styles shouldn't override border-color #10341
Comments
Example of issue: |
I see no lose of border—the contextual classes set their own border. http://jsbin.com/aFuGEVe/3/edit |
You don't see the different border styles between the two tables? I can verify on Chrome and FireFox the bottom borders occurring below the first row shifts when you use bordered vs non-bordered table styles. |
@hereswhatidid I think they're there, but just a different color? |
They are different colors, that's my point. I think there's possibly just not a style specifically declared for the bordered table when a contextual class is applied to it, but there is for the non-bordered. IMHO, I think the style used in the non-bordered is what the bordered should look like as well. |
@hereswhatidid It would have been good to have clarified that then. |
Great, thanks! |
[WAS: table-bordered class conflicts with setting individual row styles]
When a table is set to "table-bordered" the lower table cell border is lost when you apply a contextual class to a row or cell.
The text was updated successfully, but these errors were encountered: