2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fixes #12937: Darken active button states just a smidge more

This commit is contained in:
Mark Otto
2014-03-07 00:19:26 -08:00
parent e180258b60
commit 164b41b28d
11 changed files with 27 additions and 23 deletions
+1 -1
View File
@@ -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,