mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-23 10:58:28 +00:00
fix(@cockpit): adjust table-related styling so changes in updated core-ui don't override font color
This commit is contained in:
parent
4a10476e85
commit
92f6d41c3b
@ -6,6 +6,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
background-color: $table-bg; // Reset for nesting within parents with `background-color`.
|
background-color: $table-bg; // Reset for nesting within parents with `background-color`.
|
||||||
|
color: $body-color;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
th,
|
th,
|
||||||
@ -90,6 +91,7 @@
|
|||||||
tbody tr {
|
tbody tr {
|
||||||
@include hover {
|
@include hover {
|
||||||
background-color: $table-hover-bg;
|
background-color: $table-hover-bg;
|
||||||
|
color: $body-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user