aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-07 00:19:26 -0800
committerMark Otto <[email protected]>2014-03-07 00:19:26 -0800
commit164b41b28d2921ed19652095b483d3eaa8d00b1a (patch)
tree4f62323e594c6775783c30448a3513b145950631 /less
parente180258b60c04c7d365f60cebdc1593be39d683d (diff)
downloadbootstrap-164b41b28d2921ed19652095b483d3eaa8d00b1a.tar.xz
bootstrap-164b41b28d2921ed19652095b483d3eaa8d00b1a.zip
Fixes #12937: Darken active button states just a smidge more
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 9a3fdd3ac..bccb91607 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -530,7 +530,7 @@
&.active,
.open .dropdown-toggle& {
color: @color;
- background-color: darken(@background, 8%);
+ background-color: darken(@background, 10%);
border-color: darken(@border, 12%);
}
&:active,