diff options
| author | Mark Otto <[email protected]> | 2014-01-29 21:57:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-29 21:57:44 -0800 |
| commit | 9195d8e8eb51208e4272e4c7e0851e2695da1a0d (patch) | |
| tree | 49325d945fd3e4552c8fd54ef4189fb0d86b6869 /less | |
| parent | 7ba2eede4eb6130b2778a5efc019e41283c1cb52 (diff) | |
| download | bootstrap-9195d8e8eb51208e4272e4c7e0851e2695da1a0d.tar.xz bootstrap-9195d8e8eb51208e4272e4c7e0851e2695da1a0d.zip | |
Follow up to #11655: don't reset opacity on disabled buttons
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index 3577f82da..4858a8aea 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -43,7 +43,6 @@ pointer-events: none; // Future-proof disabling of clicks .opacity(.65); .box-shadow(none); - opacity: 1; // iOS fix for unreadable disabled content } } |
