mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
fix: ie11 button background (#1215)
This commit is contained in:
parent
7dd8902eea
commit
9a9813aa90
|
@ -6,7 +6,7 @@ $bmd-btn-margin-bottom: .3125rem !default; // 5px
|
||||||
|
|
||||||
// default btn with no specific type designation
|
// default btn with no specific type designation
|
||||||
$bmd-btn-color: $gray-dark !default;
|
$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-border: #ccc !default;
|
||||||
|
|
||||||
$bmd-btn-focus-bg: rgba(#999, .20) !default; // spec: bg Hover: 20% #999999
|
$bmd-btn-focus-bg: rgba(#999, .20) !default; // spec: bg Hover: 20% #999999
|
||||||
|
|
Loading…
Reference in New Issue
Block a user