From a2f120a7aa2f0906c8a96ae70c6ad28968f423ba Mon Sep 17 00:00:00 2001 From: Yulong Liu Date: Fri, 26 Jul 2013 21:59:50 +0800 Subject: remove background:none --- less/buttons.less | 1 - 1 file changed, 1 deletion(-) (limited to 'less') diff --git a/less/buttons.less b/less/buttons.less index ad3c7ac61..3fe43614a 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -34,7 +34,6 @@ &:active, &.active { outline: 0; - background-image: none; .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); } -- cgit v1.2.3 From e4300fa1bf22e1836abf47db45a97ee16cf7ad1f Mon Sep 17 00:00:00 2001 From: Yulong Liu Date: Fri, 26 Jul 2013 22:27:55 +0800 Subject: fix background of btn-link --- less/buttons.less | 1 - 1 file changed, 1 deletion(-) (limited to 'less') diff --git a/less/buttons.less b/less/buttons.less index 3fe43614a..b8bbfc6cf 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -91,7 +91,6 @@ &[disabled], fieldset[disabled] & { background-color: transparent; - background-image: none; .box-shadow(none); } &, -- cgit v1.2.3