cursor pointer should always be the case for <a> ... not being pointer is an exception

This commit is contained in:
Sam 2013-06-17 13:43:30 +10:00
parent 0052e78bfe
commit f13f6adc0b
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
}