2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Fixes #8786 (part 1): darken hover states on buttons

This commit is contained in:
Mark Otto
2013-08-05 08:52:22 -07:00
parent e85b8f315f
commit 2ee9bea890
3 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -372,8 +372,8 @@
&:focus,
&:active,
&.active {
background-color: darken(@background, 5%);
border-color: darken(@border, 10%);
background-color: darken(@background, 8%);
border-color: darken(@border, 12%);
}
&.disabled,