Prefer CSS-native first child selector

This fits nicer with the block below and with the CSS further down that
applies certain styles for the first cell using `:first-child` too.
This commit is contained in:
Chris Hill-Scott
2019-04-29 16:15:55 +01:00
parent a1025111d9
commit 5340c4c2e8

View File

@@ -59,7 +59,7 @@
th {
&.table-field-heading-first {
&:first-child {
width: 35%; // 33.33% + fudge
}