1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

fix: statistics previous period chart is unclear (#3654)

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2022-10-02 19:43:47 +01:00
committed by GitHub
parent d33f1abffc
commit bd0577f435
3 changed files with 21 additions and 10 deletions

View File

@@ -93,16 +93,12 @@
}
.chart-container {
.dataset-0 {
.dataset-1 {
opacity: 0.2;
}
.chart-legend {
display: none;
}
// Hide the "last period" data from the tooltip
.graph-svg-tip ul.data-point-list > li:first-child {
display: none;
}
}
&-viewFull {
@@ -198,6 +194,10 @@
min-width: 90px;
flex: 1;
font-weight: 600;
&:nth-child(2) {
border-top-color: #5a5a5a !important;
}
}
}
strong {