diff options
| author | Gleb Mazovetskiy <[email protected]> | 2014-12-20 16:37:43 +0000 |
|---|---|---|
| committer | Gleb Mazovetskiy <[email protected]> | 2014-12-20 16:37:43 +0000 |
| commit | e11208cc0bf65bf4138b04349c142294307f7cab (patch) | |
| tree | 59c93aee69f0e1c0c0a9b4cf6351692f1adfe8ef | |
| parent | 3f3db41173c149e478c39d497a2cbbfd59eb748a (diff) | |
| download | bootstrap-e11208cc0bf65bf4138b04349c142294307f7cab.tar.xz bootstrap-e11208cc0bf65bf4138b04349c142294307f7cab.zip | |
variables: fix fade-in
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index af49232e0..242711314 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -520,7 +520,7 @@ $popover-arrow-color: $popover-bg !default; //** Popover outer arrow width $popover-arrow-outer-width: ($popover-arrow-width + 1) !default; //** Popover outer arrow color -$popover-arrow-outer-color: fadein($popover-border-color, 5%) !default; +$popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default; //** Popover outer arrow fallback color $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default; |
