Add hover state for new radio select styles

Because they look like links, they should have all the clicking
affordance of links.
This commit is contained in:
Chris Hill-Scott
2017-04-11 17:22:44 +01:00
parent cd926a46bc
commit 7fcabbc0e6

View File

@@ -15,16 +15,22 @@
.js-reset-button,
.js-category-button {
background: none;
text-decoration: underline;
color: $link-colour;
//font-weight: bold;
border: none;
display: inline-block;
vertical-align: top;
width: auto;
padding: 7px 20px 7px 10px;
margin-right: 5px;
cursor: pointer;
&:hover {
color: $link-hover-colour;
}
}
.js-enabled & {