From ee6e9183d5aeeeda450d1b4385cde9cfc5bcfbe7 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 28 May 2015 17:36:06 -0700 Subject: [PATCH] No more visual feedback for disabled state. --- styles/right-panel.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/right-panel.less b/styles/right-panel.less index 52ac43a4ea..d67a9f9974 100644 --- a/styles/right-panel.less +++ b/styles/right-panel.less @@ -30,6 +30,11 @@ } &.disabled { opacity: 0.3; + &:active { + img, .btn-label { + -webkit-filter: brightness(1); + } + } } &:active { img, .btn-label {