fix: add background-color to tabular-row-selected for visible selection highlight
This commit is contained in:
parent
ed95c8c88f
commit
970f60e6f5
@ -432,6 +432,7 @@ hr {
|
|||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
.tabular-row-selected {
|
.tabular-row-selected {
|
||||||
|
background-color: #fee2e2 !important;
|
||||||
color: #ef0000;
|
color: #ef0000;
|
||||||
}
|
}
|
||||||
.tabular-row-content {
|
.tabular-row-content {
|
||||||
@ -684,6 +685,7 @@ hr {
|
|||||||
background-color: #172033;
|
background-color: #172033;
|
||||||
}
|
}
|
||||||
[data-theme="dark"] .tabular-row-selected {
|
[data-theme="dark"] .tabular-row-selected {
|
||||||
|
background-color: #451a1a !important;
|
||||||
color: #F87171;
|
color: #F87171;
|
||||||
}
|
}
|
||||||
[data-theme="dark"] .tabular-cell {
|
[data-theme="dark"] .tabular-cell {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user