Fix labels not turning cursors to pointers
This commit is contained in:
parent
79a4394f8b
commit
285020dfe9
@ -260,6 +260,9 @@ input[type=text], button {
|
|||||||
color: #c9c9c9;
|
color: #c9c9c9;
|
||||||
background-color: #171c94; }
|
background-color: #171c94; }
|
||||||
|
|
||||||
|
label:hover {
|
||||||
|
cursor: pointer; }
|
||||||
|
|
||||||
button:focus, button:hover, button:active, button::-moz-focus-inner {
|
button:focus, button:hover, button:active, button::-moz-focus-inner {
|
||||||
border: none;
|
border: none;
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
|
File diff suppressed because one or more lines are too long
@ -361,6 +361,10 @@ input[type=text], button {
|
|||||||
@include hoverable($default-white, $default-blue);
|
@include hoverable($default-white, $default-blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
&:focus, &:hover, &:active, &::-moz-focus-inner {
|
&:focus, &:hover, &:active, &::-moz-focus-inner {
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user