From 990d646bcdbb3eeea54e1da6b9a377b29c4a6e16 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 22 Aug 2015 19:01:11 -0700 Subject: [PATCH] fix shadows on btns to use mixin --- scss/mixins/_buttons.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 75d2847787..6e4e298f12 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -7,8 +7,7 @@ color: $color; background-color: $background; border-color: $border; -// $shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075); -// .box-shadow($shadow); + @include box-shadow(inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)); $active-background: darken($background, 10%); $active-border: darken($border, 12%); -- 2.47.2