fix: ie11 button background (#1215)

This commit is contained in:
allartk 2017-09-10 17:27:45 +02:00 committed by Federico Zivolo
parent 7dd8902eea
commit 9a9813aa90

View File

@ -6,7 +6,7 @@ $bmd-btn-margin-bottom: .3125rem !default; // 5px
// default btn with no specific type designation
$bmd-btn-color: $gray-dark !default;
$bmd-btn-bg: inherit !default; //$body-bg !default; // #fff
$bmd-btn-bg: transparent !default; //$body-bg !default; // #fff
$bmd-btn-border: #ccc !default;
$bmd-btn-focus-bg: rgba(#999, .20) !default; // spec: bg Hover: 20% #999999