mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
remove color on :active of buttons
This commit is contained in:
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -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);
|
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: #e6e6e6;
|
||||||
background-color: #d9d9d9 \9;
|
background-color: #d9d9d9 \9;
|
||||||
color: rgba(0, 0, 0, 0.5);
|
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
.btn.disabled, .btn[disabled] {
|
.btn.disabled, .btn[disabled] {
|
||||||
|
@@ -53,7 +53,6 @@
|
|||||||
.box-shadow(@shadow);
|
.box-shadow(@shadow);
|
||||||
background-color: darken(@white, 10%);
|
background-color: darken(@white, 10%);
|
||||||
background-color: darken(@white, 15%) e("\9");
|
background-color: darken(@white, 15%) e("\9");
|
||||||
color: rgba(0,0,0,.5);
|
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user