From 840cad69af75590a2568b7c6a2a4d7bdb0c14b7b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 30 Sep 2012 22:52:32 -0700 Subject: [PATCH] remove translucent bg mixin --- less/mixins.less | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/less/mixins.less b/less/mixins.less index f3b3148a90..b180d95e18 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -360,17 +360,6 @@ // 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;