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

@@ -113,9 +113,7 @@ button,
}
.enable-hover button:hover,
.enable-hover [button]:hover,
button.hover
[button].hover {
.enable-hover [button]:hover {
opacity: $button-hover-opacity;
color: $button-text-color;
text-decoration: none;