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

@@ -83,9 +83,7 @@ button,
}
&.enable-hover button[clear]:hover,
&.enable-hover [button][clear]:hover,
button[clear].hover,
[button][clear].hover {
&.enable-hover [button][clear]:hover {
background-color: $button-md-clear-hover-bg-color;
}