change color when hovering over a bar

This commit is contained in:
Marlena Compton
2015-02-26 06:26:38 -08:00
parent 66b0f139a9
commit 6e4bb58dfd

View File

@@ -0,0 +1,3 @@
.bar rect:hover{
fill: orange;
}