From: Gleb Mazovetskiy Date: Sat, 20 Dec 2014 16:37:43 +0000 (+0000) Subject: variables: fix fade-in X-Git-Tag: v4.0.0-alpha~464^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e11208cc0bf65bf4138b04349c142294307f7cab;p=thirdparty%2Fbootstrap.git variables: fix fade-in --- diff --git a/scss/_variables.scss b/scss/_variables.scss index af49232e07..2427113143 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;