CORE assumes TH always used in TOP of the table. (eg. admin/content)

But sometimes it also used on LEFT of table (e.g #1591744: Clean up CSS and markup for status report)

suggest to remove or use border-bottom:1px.

CommentFileSizeAuthor
remove_TH_border.patch405 bytesdroplet

Comments

sun’s picture

Issue tags: +Front end

Isn't the unique condition rather that the TH lives in a THEAD? (as opposed to a TBODY?)

sun’s picture

sjbassett’s picture

Status: Needs review » Postponed (maintainer needs more info)

I believe this issue has been resolved already or should be postponed since the CSS has changed significantly and there isn't a border-bottom attribute set.

The current `system.theme.css` has the following CSS

th {
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
sun’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

Yep, #1813792: Remove ugly default CSS styles for table cleaned up the mess entirely instead. :)

sun’s picture

Issue summary: View changes

:)