remove color on :active of buttons

This commit is contained in:
Mark Otto 2012-02-11 16:43:53 -08:00
parent 102bb8e684
commit 4ddc8fd0e4
3 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -1732,7 +1732,6 @@ table .span12 {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
color: rgba(0, 0, 0, 0.5);
outline: 0;
}
.btn.disabled, .btn[disabled] {

View File

@ -53,7 +53,6 @@
.box-shadow(@shadow);
background-color: darken(@white, 10%);
background-color: darken(@white, 15%) e("\9");
color: rgba(0,0,0,.5);
outline: 0;
}