aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-25 17:47:32 -0800
committerMark Otto <[email protected]>2014-11-25 17:47:32 -0800
commit15d98dc6b75db9a54704cc75aa50503bb78facaf (patch)
tree522fd577e02598ada325852943c264aa46890c38 /less
parent6a810551d0fa265d83322094d4c518e21e1b603b (diff)
downloadbootstrap-15d98dc6b75db9a54704cc75aa50503bb78facaf.tar.xz
bootstrap-15d98dc6b75db9a54704cc75aa50503bb78facaf.zip
disable shadows on buttons for now
Diffstat (limited to 'less')
-rw-r--r--less/mixins/buttons.less4
1 files changed, 2 insertions, 2 deletions
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,