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; background-color: transparent;
color: $toolbar-active-color; color: $toolbar-active-color;
box-shadow: none; box-shadow: none;
}
}
&.activated, .enable-hover .toolbar button:hover,
&:hover, .enable-hover .toolbar [button]:hover,
&.hover { .toolbar button.hover,
.toolbar [button].hover,
.toolbar button.activated,
.toolbar [button].activated {
color: $toolbar-active-color; color: $toolbar-active-color;
background-color: transparent; background-color: transparent;
}
}
} }
.toolbar[position="bottom"] { .toolbar[position="bottom"] {