Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
CSS
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 May 2012 at 02:08 UTC
Updated:
29 Jul 2014 at 20:44 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| remove_TH_border.patch | 405 bytes | droplet |
Comments
Comment #1
sunIsn't the unique condition rather that the TH lives in a THEAD? (as opposed to a TBODY?)
Comment #2
sunRelated: #1813792: Remove ugly default CSS styles for table
Comment #3
sjbassett commentedI 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
Comment #4
sunYep, #1813792: Remove ugly default CSS styles for table cleaned up the mess entirely instead. :)
Comment #4.0
sun:)