change color when hovering over a bar

This commit is contained in:
Marlena Compton committed 2015-02-26 06:26:38 -08:00
1 parent 66b0f139a9
commit 6e4bb58dfd
1 file changed
+3
+3
View File
@@ -0,0 +1,3 @@
.bar rect:hover{
fill: orange;
}