mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
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:
@@ -15,16 +15,22 @@
|
|||||||
|
|
||||||
.js-reset-button,
|
.js-reset-button,
|
||||||
.js-category-button {
|
.js-category-button {
|
||||||
|
|
||||||
background: none;
|
background: none;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: $link-colour;
|
color: $link-colour;
|
||||||
//font-weight: bold;
|
|
||||||
border: none;
|
border: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 7px 20px 7px 10px;
|
padding: 7px 20px 7px 10px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $link-hover-colour;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.js-enabled & {
|
.js-enabled & {
|
||||||
|
|||||||
Reference in New Issue
Block a user