From 15d98dc6b75db9a54704cc75aa50503bb78facaf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Nov 2014 17:47:32 -0800 Subject: disable shadows on buttons for now --- less/mixins/buttons.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less') diff --git a/less/mixins/buttons.less b/less/mixins/buttons.less index b7d397c0a..e338f6dc6 100644 --- a/less/mixins/buttons.less +++ b/less/mixins/buttons.less @@ -7,8 +7,8 @@ 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); +// @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075); +// .box-shadow(@shadow); &:hover, &:focus, -- cgit v1.2.3