From c15ea0397b7dd6a7c76c91f7c47e33ba23fbc818 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 2 Jun 2015 14:39:11 -0500 Subject: [PATCH] Button active state --- ionic/components/button/button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/button/button.scss b/ionic/components/button/button.scss index 2e9a6015cb..7859b7112a 100644 --- a/ionic/components/button/button.scss +++ b/ionic/components/button/button.scss @@ -201,6 +201,7 @@ a.button { text-decoration: none; } + &:active, &.activated { opacity: 1; background-color: darken($bg-color, 12%);