feat(graph panel): changed to PR #4493 and other polish, removed the relative time from graph tooltip, did not think it worked that well

This commit is contained in:
Torkel Ödegaard
2016-04-09 12:45:35 -04:00
parent 034244217f
commit 22b11d7d4d
5 changed files with 19 additions and 26 deletions

View File

@@ -237,27 +237,28 @@
.graph-tooltip-time {
text-align: center;
font-weight: $font-weight-semi-bold;
position: relative;
top: -3px;
}
.tone-down {
opacity: 0.7;
padding: 0.2rem;
}
.graph-tooltip-list-item {
display: table-row;
&--highlight {
color: $brand-text-highlight;
}
}
.graph-tooltip-series-name {
display: table-cell;
padding: 0.15rem;
}
.graph-tooltip-value {
display: table-cell;
font-weight: bold;
padding-left: 10px;
padding-left: 15px;
text-align: right;
}
}