diff options
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, |
