From fa3959a1e10da848867be73ac1d18d209367a9b0 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 18 Aug 2013 15:05:42 -0700 Subject: [PATCH] rm redundant ampersands from button-groups LESS --- less/button-groups.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/less/button-groups.less b/less/button-groups.less index 45f2fd0a96..43ada11d9a 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -22,11 +22,11 @@ & .btn-default .caret { border-bottom-color: @btn-default-color; } - & .btn-primary, - & .btn-success, - & .btn-warning, - & .btn-danger, - & .btn-info { + .btn-primary, + .btn-success, + .btn-warning, + .btn-danger, + .btn-info { .caret { border-bottom-color: #fff; }