2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

fix broken state of active buttons

This commit is contained in:
Mark Otto
2011-11-12 00:52:18 -08:00
parent 0c7a80c79b
commit ceeeffc145
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -581,7 +581,7 @@ footer {
// Active and Disabled states
&.active,
:active {
&:active {
@shadow: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05);
.box-shadow(@shadow);
}