]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixes #8404hollow button dropdown arrow
authorcanterberrie <christine@zurb.com>
Mon, 6 Feb 2017 23:59:41 +0000 (15:59 -0800)
committercanterberrie <christine@zurb.com>
Tue, 7 Feb 2017 00:58:16 +0000 (16:58 -0800)
scss/components/_button.scss
scss/settings/_settings.scss

index 9115adc07a920924576776837e02c5ee1a21a08e..26170a3ae1d5c80fe260626617261b5174efcb27 100644 (file)
@@ -306,6 +306,20 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau
           border-top-color: $button-background;
         }
       }
+
+      &.hollow {
+        &::after {
+          border-top-color: $button-background;
+        }
+
+        @each $name, $color in $button-palette {
+          &.#{$name} {
+            &::after {
+              border-top-color: $color;
+            }
+          }
+        }
+      }
     }
 
     // Button with dropdown arrow only
index 9f6743012518b45da90b2367337050145dff6355..af784b6d687087b74938d9589164a7610f3f41f4 100644 (file)
@@ -618,4 +618,3 @@ $topbar-submenu-background: $topbar-background;
 $topbar-title-spacing: 0.5rem 1rem 0.5rem 0;
 $topbar-input-width: 200px;
 $topbar-unstack-breakpoint: medium;
-