mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
chore: fix the light mode styles
This commit is contained in:
parent
0440f8be7c
commit
b80db44c67
@ -123,7 +123,24 @@
|
|||||||
[data-slot='table-head']:first-of-type {
|
[data-slot='table-head']:first-of-type {
|
||||||
background: #13141a;
|
background: #13141a;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-slot='table-cell']:first-of-type {
|
[data-slot='table-cell']:first-of-type {
|
||||||
background: rgba(171, 189, 255, 0.04);
|
background: rgba(171, 189, 255, 0.04);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lightMode {
|
||||||
|
.span-table {
|
||||||
|
[data-slot='table-row'] {
|
||||||
|
&:hover {
|
||||||
|
background: var(--bg-vanilla-400);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
[data-slot='table-head'] {
|
||||||
|
background: var(--bg-vanilla-100);
|
||||||
|
}
|
||||||
|
[data-slot='table-head']:first-of-type {
|
||||||
|
background: var(--bg-vanilla-200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user