changed selection color to fit darkmode

Signed-off-by: Pascal Syma <pascal@syma.dev>
This commit is contained in:
2021-05-15 13:38:36 +02:00
parent fb9322e253
commit 1a7d23ad57
+2 -2
View File
@@ -200,10 +200,10 @@ export default {
<style>
/* highlight selected row */
.b-table-has-details {
background: var(--dark);
background: var(--gray);
color: var(--white);
}
.b-table-has-details + tr {
background: var(--dark);
background: var(--gray);
}
</style>