mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-22 10:28:34 +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%;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user