diff options
| author | Pete Hopkins <[email protected]> | 2012-01-26 13:01:03 -0500 |
|---|---|---|
| committer | Pete Hopkins <[email protected]> | 2012-01-26 13:07:52 -0500 |
| commit | 29f0e4c28b56e684a9be9931dcf77b418cb63ae0 (patch) | |
| tree | 113e32e3aee64cac4585664255cd667da9793524 /docs/less.html | |
| parent | 0ef4b6419fd83170dd62049a2850c5e8466635c9 (diff) | |
| download | bootstrap-29f0e4c28b56e684a9be9931dcf77b418cb63ae0.tar.xz bootstrap-29f0e4c28b56e684a9be9931dcf77b418cb63ae0.zip | |
Removes filters as a way to provide gradients for IE<=9
- Lets us use rounded corners in IE9
- Makes hover / active states work correctly in IE<=9
Only change for non-IE is that moving from hover -> not hovering
no longer animates (was a subtle blend) due to mismatch between the
bottom of the gradient and the background color.
Refactor: moves the primary button background to match the others.
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/less.html b/docs/less.html index d2e083c2e..dc0e83443 100644 --- a/docs/less.html +++ b/docs/less.html @@ -468,11 +468,6 @@ <td><code>@opacity: 100</code></td> <td>Set, in whole numbers, the opacity percentage (e.g., "50" or "75")</td> </tr> - <tr> - <td><code>.reset-filter()</code></td> - <td><em class="muted">none</em></td> - <td>Resets any IE filter</td> - </tr> </tbody> </table> <h3>Forms</h3> |
