diff options
| author | Mark Otto <[email protected]> | 2014-11-25 17:47:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-25 17:47:32 -0800 |
| commit | 15d98dc6b75db9a54704cc75aa50503bb78facaf (patch) | |
| tree | 522fd577e02598ada325852943c264aa46890c38 /less | |
| parent | 6a810551d0fa265d83322094d4c518e21e1b603b (diff) | |
| download | bootstrap-15d98dc6b75db9a54704cc75aa50503bb78facaf.tar.xz bootstrap-15d98dc6b75db9a54704cc75aa50503bb78facaf.zip | |
disable shadows on buttons for now
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins/buttons.less | 4 |
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, |
