Merge pull request #1226 from alphagov/hover-state-new-radio-select

Add hover state for new radio select styles
This commit is contained in:
Chris Hill-Scott
2017-04-11 17:23:41 +01:00
committed by GitHub

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 & {