diff options
| author | Mark Otto <[email protected]> | 2014-12-22 19:30:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-22 19:30:51 -0800 |
| commit | b615bd938bccbebb7dc5f89081f4fa024784bf1f (patch) | |
| tree | 1f7b9268215a84df935d1d06c3a2e7e95cc3f96c /less/forms.less | |
| parent | c41970c5797cd1c3b61a5396031a3258c9c07705 (diff) | |
| parent | 3668bde098e1bce289ba313119fe3cf05d01825b (diff) | |
| download | bootstrap-b615bd938bccbebb7dc5f89081f4fa024784bf1f.tar.xz bootstrap-b615bd938bccbebb7dc5f89081f4fa024784bf1f.zip | |
Merge branch 'master' of https://github.com/twbs/bootstrap
Conflicts:
dist/css/bootstrap.css.map
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index d2ea45036..bf15cc8a9 100644 --- a/less/forms.less +++ b/less/forms.less @@ -143,7 +143,7 @@ output { fieldset[disabled] & { cursor: @cursor-disabled; background-color: @input-bg-disabled; - opacity: 1; // iOS fix for unreadable disabled content + opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655 } // Reset height for `textarea`s |
