remove .hover css

This commit is contained in:
Adam Bradley
2015-09-18 21:46:15 -05:00
parent 703a3678e6
commit db714ce341
12 changed files with 36 additions and 139 deletions

View File

@@ -34,8 +34,7 @@ a {
color: $link-color;
background-color: transparent;
}
.enable-hover a:hover,
a.hover {
.enable-hover a:hover {
color: $link-hover-color;
}