]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix shadows on btns to use mixin
authorMark Otto <markdotto@gmail.com>
Sun, 23 Aug 2015 02:01:11 +0000 (19:01 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 23 Aug 2015 02:01:11 +0000 (19:01 -0700)
scss/mixins/_buttons.scss

index 75d2847787b3edaa39998a528dc0ac55a4518c93..6e4e298f12059ec9da1c98b9b99e8723b80b3698 100644 (file)
@@ -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%);