pull/10616/head
Alex P 2017-03-31 14:46:39 -07:00
parent 908e07c188
commit 99c25c0642
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ $dash-graph-heading: 30px;
border-radius: $radius;
border: 2px solid $g3-castle;
transition-property: left, top, border-color, background-color;
&:hover {
z-index: 8000;
}
}
.graph-empty {
background-color: transparent;