moving the :hover to img only

master
mb @ ts 7 years ago
parent 783987077f
commit ea2f430cf0

@ -123,10 +123,10 @@ section{
color:inherit;
text-decoration: none;
}
.issue a, .issue a:active, .issue a:visited{
a img{
-webkit-filter:grayscale(100%);
}
a:hover{
a img:hover{
-webkit-filter:grayscale(0%);
}

Loading…
Cancel
Save