active state for circle

master
Matt Huntington 8 years ago
parent 95192c658d
commit 90f812fc4c

@ -9,6 +9,9 @@ circle {
circle:hover { circle:hover {
r:10; r:10;
fill: blue; fill: blue;
}
circle:active {
fill: red;
} }
svg { svg {
overflow: visible; overflow: visible;

Loading…
Cancel
Save