mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 09:50:08 -04:00
Merge pull request #1226 from alphagov/hover-state-new-radio-select
Add hover state for new radio select styles
This commit is contained in:
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user