diff options
| author | Mark Otto <[email protected]> | 2013-07-26 10:30:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 10:30:41 -0700 |
| commit | 099e9709531b9ebfd088e06c4231effb8abf71cb (patch) | |
| tree | 2e93e5a926b65f45f6e6dc399f84ac692587fc52 /less | |
| parent | 2d91e91b854676abba01859de422000414a7b886 (diff) | |
| parent | e4300fa1bf22e1836abf47db45a97ee16cf7ad1f (diff) | |
| download | bootstrap-099e9709531b9ebfd088e06c4231effb8abf71cb.tar.xz bootstrap-099e9709531b9ebfd088e06c4231effb8abf71cb.zip | |
Merge pull request #8625 from liuyl/fixbtnbg
Fix #8623
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less index ad3c7ac61..b8bbfc6cf 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -34,7 +34,6 @@ &:active, &.active { outline: 0; - background-image: none; .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); } @@ -92,7 +91,6 @@ &[disabled], fieldset[disabled] & { background-color: transparent; - background-image: none; .box-shadow(none); } &, |
