From 5cd4e54b4eae252c82f575649542a85eb1cf8cf6 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Fri, 12 Jun 2015 11:46:24 -0700 Subject: [PATCH] Fixed create container button. --- styles/new-container.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/new-container.less b/styles/new-container.less index 61f99f719b..b6b1cf6f4f 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -405,6 +405,12 @@ color: white; border: 1px solid darken(@brand-primary, 10%); } + &:active { + box-shadow: 0 0 15px fade(@brand-action, 25%); + background-color: darken(@brand-action, 5%); + border: 1px solid darken(@brand-primary, 10%); + color: white; + } } } }