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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user