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/theme.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/theme.less')
| -rw-r--r-- | less/theme.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/theme.less b/less/theme.less index a15d16ecd..3673accc0 100644 --- a/less/theme.less +++ b/less/theme.less @@ -36,7 +36,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 + .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620 background-repeat: repeat-x; border-color: darken(@btn-color, 14%); @@ -130,7 +130,7 @@ // Inverted navbar .navbar-inverse { #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg); - .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered + .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered; see https://github.com/twbs/bootstrap/issues/10257 .navbar-nav > .open > a, .navbar-nav > .active > a { |
