aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 5f4192d89..307bfe4e6 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -573,7 +573,8 @@ footer {
.transition(.1s linear all);
// 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);
}