Use default background for button states (#9411)

This commit is contained in:
Ivan Kravets 2018-02-24 16:25:51 +02:00 committed by 偏右
parent c28d6f1624
commit 86ab00fbbd

View File

@ -198,7 +198,7 @@
&:focus,
&:active,
&.active {
background: #fff;
background: @btn-default-bg;
}
}