From: Mark Otto Date: Sun, 23 Aug 2015 02:01:11 +0000 (-0700) Subject: fix shadows on btns to use mixin X-Git-Tag: v4.0.0-alpha.2~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=990d646bcdbb3eeea54e1da6b9a377b29c4a6e16;p=thirdparty%2Fbootstrap.git fix shadows on btns to use mixin --- 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%);