Fix row colors in category plot
This commit is contained in:
parent
caa113859d
commit
3dbc31eebc
1 changed files with 3 additions and 1 deletions
|
@ -66,8 +66,10 @@ table.full-width col.bar {
|
|||
}
|
||||
}
|
||||
|
||||
tbody tr {
|
||||
.history & tbody tr {
|
||||
background: initial;
|
||||
}
|
||||
tbody tr {
|
||||
&.empty {
|
||||
height: 0.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue