Skip to content

Commit

Permalink
(less) Fixes twbs#10620: remove gradient on buttons for IE9 in theme.…
Browse files Browse the repository at this point in the history
…less due to bleed through with rounded corners
  • Loading branch information
mdo committed Oct 21, 2013
1 parent 6e4d1d8 commit 2117671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
// Mixin for generating new styles
.btn-styles(@btn-color: #555) {
#gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));
.reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners
background-repeat: repeat-x;
border-color: darken(@btn-color, 14%);

Expand Down

0 comments on commit 2117671

Please sign in to comment.