fix toolbar hover states

This commit is contained in:
Adam Bradley
2015-09-18 09:53:26 -05:00
parent 19047e11b5
commit e02cc2405c

View File

@ -36,14 +36,17 @@ $toolbar-order: (
background-color: transparent;
color: $toolbar-active-color;
box-shadow: none;
}
}
&.activated,
&:hover,
&.hover {
.enable-hover .toolbar button:hover,
.enable-hover .toolbar [button]:hover,
.toolbar button.hover,
.toolbar [button].hover,
.toolbar button.activated,
.toolbar [button].activated {
color: $toolbar-active-color;
background-color: transparent;
}
}
}
.toolbar[position="bottom"] {