mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:28:25 -04:00
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:
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
th {
|
th {
|
||||||
|
|
||||||
&.table-field-heading-first {
|
&:first-child {
|
||||||
width: 35%; // 33.33% + fudge
|
width: 35%; // 33.33% + fudge
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user