mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
Refactored journey rendering.
This commit is contained in:
parent
b97ac23432
commit
2204ffa9c3
2 changed files with 182 additions and 148 deletions
|
|
@ -104,10 +104,6 @@
|
|||
background: var(--primary400);
|
||||
}
|
||||
|
||||
.item.active .count {
|
||||
background: var(--primary600);
|
||||
}
|
||||
|
||||
.behind {
|
||||
color: var(--base400);
|
||||
}
|
||||
|
|
@ -130,11 +126,15 @@
|
|||
background: var(--base200);
|
||||
}
|
||||
|
||||
.selected .count {
|
||||
.item.selected .count {
|
||||
color: var(--base50);
|
||||
background: var(--base800);
|
||||
}
|
||||
|
||||
.item.selected.active .count {
|
||||
background: var(--primary600);
|
||||
}
|
||||
|
||||
.line {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue