Merge pull request #2439 from alphagov/fix-white-corner-cell-spreadsheet

Make the corner of the spreadsheet grey again
This commit is contained in:
Chris Hill-Scott
2018-11-01 16:13:57 +00:00
committed by GitHub

View File

@@ -179,7 +179,13 @@ details summary {
}
.fullscreen-fixed-table {
z-index: 1000;
.table-field-heading-first {
background: $grey-4;
}
}
}