From: Abdullah Salem Date: Sat, 7 Mar 2015 16:01:17 +0000 (+0300) Subject: Solve the issue #6364 X-Git-Tag: v5.5.2~60^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F6378%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Solve the issue #6364 --- diff --git a/scss/foundation/components/_panels.scss b/scss/foundation/components/_panels.scss index e207880b9..158967950 100644 --- a/scss/foundation/components/_panels.scss +++ b/scss/foundation/components/_panels.scss @@ -45,7 +45,7 @@ $callout-panel-link-color-hover: scale-color($callout-panel-link-color, $lightne @if $border { border-style: $panel-border-style; border-width: $panel-border-size; - border-color: scale-color($bg, $lightness: $panel-function-factor); + border-color: $panel-border-color; } @else { border-style: none; border-width: 0;