changed selection color to fit darkmode
Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
@@ -200,10 +200,10 @@ export default {
|
|||||||
<style>
|
<style>
|
||||||
/* highlight selected row */
|
/* highlight selected row */
|
||||||
.b-table-has-details {
|
.b-table-has-details {
|
||||||
background: var(--dark);
|
background: var(--gray);
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
}
|
}
|
||||||
.b-table-has-details + tr {
|
.b-table-has-details + tr {
|
||||||
background: var(--dark);
|
background: var(--gray);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user