changes hovercard background color to grey on hover

This commit is contained in:
lyzellis 2014-08-25 16:31:27 -07:00 committed by Jonne Haß
parent 52d5a1cd1a
commit 8c90fea1e1

View file

@ -19,6 +19,12 @@
.icon-ok { display: none;}
}
a {
.text {
color: #333333;
}
&:hover {
background: $background-grey;
}
cursor: pointer;
padding-left: 10px;
}