mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-25 15:39:59 +03:00
fix ie11 button
This commit is contained in:
parent
afeb6d77ec
commit
6a7245252b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user