Skip to content

Commit

Permalink
add highlighting for node heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Sep 24, 2017
1 parent 6f8bee3 commit e1cda7c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pkg/ui/src/components/dashboard/NodeHeatmap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ $le-100: rgb(247, 202, 24);

&:hover {
cursor: pointer;
stroke: tan !important;
}
}

&.by-memory .hex.memory-le-20,
&.by-cpu .hex.cpu-le-20,
&.by-disk .hex.disk-le-20,
Expand Down Expand Up @@ -117,6 +118,18 @@ $le-100: rgb(247, 202, 24);
}
}
.node-utilization {

div[data-select-by]:hover {
g.recharts-pie {
path {
stroke: tan !important;
}
}
* {
cursor: pointer;
}
}

.selector {
height: 0px;
margin-top: -10px;
Expand Down

0 comments on commit e1cda7c

Please sign in to comment.