Remove unused style for table header labels

This style was added in commit 92f4c26fa. However, we don't have any
labels inside <th> elements, so we don't need it.
This commit is contained in:
Javi Martín
2022-10-09 23:28:37 +02:00
parent 4e7b0dad99
commit 6f75069cb3

View File

@@ -204,10 +204,6 @@ $table-header: #ecf1f6;
color: $admin-text;
padding: $line-height / 2;
label {
color: $white;
}
a {
color: inherit;
white-space: nowrap;