Make basic Button hover state the same both in and out of ToolBar. (#9528)

This commit is contained in:
CJ Cenizal 2016-12-16 09:44:50 -08:00 committed by GitHub
parent eb6d74a538
commit ddb79c0636

View file

@ -86,12 +86,6 @@
color: #5a5a5a;
background-color: #FFFFFF;
&:hover:enabled,
&:active:enabled {
color: #000000;
background-color: #FAFAFA;
}
&:disabled {
color: #a7a7a7;
background-color: #F3F3F3;