]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove translucent bg mixin
authorMark Otto <markotto@twitter.com>
Mon, 1 Oct 2012 05:52:32 +0000 (22:52 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 1 Oct 2012 05:52:32 +0000 (22:52 -0700)
less/mixins.less

index f3b3148a906cde20272c191a6c02ab691331b830..b180d95e182bcb0b6630eb022a2dd905a5efa134 100644 (file)
 // BACKGROUNDS
 // --------------------------------------------------
 
-// Add an alphatransparency value to any background or border color (via Elyse Holladay)
-#translucent {
-  .background(@color: @white, @alpha: 1) {
-    background-color: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);
-  }
-  .border(@color: @white, @alpha: 1) {
-    border-color: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);
-    .background-clip(padding-box);
-  }
-}
-
 // Gradient Bar Colors for buttons and alerts
 .gradientBar(@primaryColor, @secondaryColor, @textColor: #fff, @textShadow: 0 -1px 0 rgba(0,0,0,.25)) {
   color: @textColor;