mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 06:07:17 +01:00
Fixed bug in MetricCard: plus sign disappears on click.
This commit is contained in:
parent
0f976be5d8
commit
e91bfed6be
2 changed files with 6 additions and 2 deletions
|
|
@ -37,3 +37,7 @@
|
|||
.change.negative {
|
||||
color: var(--red500);
|
||||
}
|
||||
|
||||
.change.plusSign::before {
|
||||
content: '+';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue