mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
Remove IE9 browser hacks. (#21393)
This commit is contained in:
committed by
Mark Otto
parent
b01f5a1a38
commit
855a67b1d6
@@ -105,10 +105,6 @@ Buttons will appear pressed (with a darker background, darker border, and inset
|
||||
|
||||
Make buttons look inactive by adding the `disabled` boolean attribute to any `<button>` element.
|
||||
|
||||
{% callout info %}
|
||||
**Heads up!** IE9 and below render disabled buttons with gray, shadowed text that we can't override.
|
||||
{% endcallout %}
|
||||
|
||||
{% example html %}
|
||||
<button type="button" class="btn btn-lg btn-primary" disabled>Primary button</button>
|
||||
<button type="button" class="btn btn-secondary btn-lg" disabled>Button</button>
|
||||
|
||||
Reference in New Issue
Block a user