diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/button-groups.less | 10 | ||||
| -rw-r--r-- | less/media.less | 1 | ||||
| -rw-r--r-- | less/mixins.less | 1 |
3 files changed, 0 insertions, 12 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index f093c116f..cbf9ac10c 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -117,24 +117,14 @@ padding-left: 8px; padding-right: 8px; .box-shadow(~"inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)"); - *padding-top: 5px; - *padding-bottom: 5px; } .btn-group > .btn-mini + .dropdown-toggle { padding-left: 5px; padding-right: 5px; - *padding-top: 2px; - *padding-bottom: 2px; -} -.btn-group > .btn-small + .dropdown-toggle { - *padding-top: 5px; - *padding-bottom: 4px; } .btn-group > .btn-large + .dropdown-toggle { padding-left: 12px; padding-right: 12px; - *padding-top: 7px; - *padding-bottom: 7px; } .btn-group.open { diff --git a/less/media.less b/less/media.less index 1decab71d..e99a68b69 100644 --- a/less/media.less +++ b/less/media.less @@ -10,7 +10,6 @@ .media, .media-body { overflow: hidden; - *overflow: visible; zoom: 1; } diff --git a/less/mixins.less b/less/mixins.less index 62befe695..a0ec29b78 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -448,7 +448,6 @@ &:hover, &:active, &.active, &.disabled, &[disabled] { color: @textColor; background-color: @endColor; - *background-color: darken(@endColor, 5%); } // IE8 can't handle box-shadow to show active, so we darken a bit ourselves |
