fix(@cockpit): adjust table-related styling so changes in updated core-ui don't override font color

This commit is contained in:
Michael Bradley, Jr 2019-11-25 15:49:01 -06:00 committed by Pascal Precht
parent 4a10476e85
commit 92f6d41c3b

View File

@ -6,6 +6,7 @@
width: 100%;
margin-bottom: $spacer;
background-color: $table-bg; // Reset for nesting within parents with `background-color`.
color: $body-color;
font-weight: bold;
th,
@ -90,6 +91,7 @@
tbody tr {
@include hover {
background-color: $table-hover-bg;
color: $body-color;
}
}
}