Skip to content

Commit ceeeffc

Browse files
committed
fix broken state of active buttons
1 parent 0c7a80c commit ceeeffc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bootstrap.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Sat Nov 5 17:07:48 PDT 2011
9+
* Date: Sat Nov 12 00:51:48 PST 2011
1010
*/
1111
/* Reset.less
1212
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1925,7 +1925,7 @@ footer {
19251925
border-color: #0064cd #0064cd #003f81;
19261926
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
19271927
}
1928-
.btn.active, .btn :active {
1928+
.btn.active, .btn:active {
19291929
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
19301930
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
19311931
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);

bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/patterns.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ footer {
581581

582582
// Active and Disabled states
583583
&.active,
584-
:active {
584+
&:active {
585585
@shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
586586
.box-shadow(@shadow);
587587
}

0 commit comments

Comments
 (0)