]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Solve the issue #6364 6378/head
authorAbdullah Salem <abdullahsalem@outlook.com>
Sat, 7 Mar 2015 16:01:17 +0000 (19:01 +0300)
committerAbdullah Salem <abdullahsalem@outlook.com>
Sat, 7 Mar 2015 16:01:17 +0000 (19:01 +0300)
scss/foundation/components/_panels.scss

index e207880b9b025a3e5e8b24463503ac14d01af32e..158967950369ffb26b6e11966d8a1e1b0433fc6e 100644 (file)
@@ -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;