cursor pointer should always be the case for <a> ... not being pointer is an exception
This commit is contained in:
parent
0052e78bfe
commit
f13f6adc0b
|
@ -19,6 +19,7 @@ html {
|
|||
a {
|
||||
color: $link-color;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
&:visited {
|
||||
color: $link-color-visited;
|
||||
}
|
||||
|
@ -76,4 +77,4 @@ fieldset {
|
|||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue