Here is the code that i have
div.dashboard
svg#menu-btn
image(xlink:href="/static/icons/svg/menu-1.svg")
and the css is
#menu-btn:hover {
margin-left: 5px;
height: 50px;
width: 50px;
fill: red;
image {
height: 50px;
width: 50px;
fill: red;
}
}
The color of the svg is still black and doesn't turn red. Where am i going wrong ?