Skip to content

FIX (tables) tables CSS rules too broad #39

@Aarontlott

Description

@Aarontlott

The current way the works with tables was coded quite broadly and seems to be spilling into different table areas, and in places where we utilise tables often this gets quite overwhelming.

th { background-color: #777; color: #fff; }

It would be ideal if we could restrict this rule a bit, e.g.

thead > th { background-color: #777; color: #fff; }

Need to check that this looks good for anywhere tables are in use

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions