diff options
| author | Chris Rebert <[email protected]> | 2014-12-22 16:54:50 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-22 17:24:26 -0800 |
| commit | 15c9c3aef7f047c9cce45fd33ada799e99fbd390 (patch) | |
| tree | b16197cc6ace768391c6f10d115532f6afe28b47 /less/forms.less | |
| parent | b61e4dd671830b803053c0da39f6fb975ff16a20 (diff) | |
| download | bootstrap-15c9c3aef7f047c9cce45fd33ada799e99fbd390.tar.xz bootstrap-15c9c3aef7f047c9cce45fd33ada799e99fbd390.zip | |
add more refs to browser-related bugs in Less comments
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 f37d1c8f8..d1e29b118 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 |
