From 7dead4c392d13d8f707ec7a062fe77359a54928a Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Wed, 11 Jun 2014 21:21:28 -0700 Subject: [PATCH] Update selected tab to not darken on mousedown --- source/stylesheets/screen.css.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 7d9a656..f760f8f 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -226,15 +226,15 @@ html, body { padding: 0 10px; line-height: 30px; - &.active { - background-color: $lang-select-active-bg; - color: $lang-select-active-text; - } - &:active { background-color: $lang-select-pressed-bg; color: $lang-select-pressed-text; } + + &.active { + background-color: $lang-select-active-bg; + color: $lang-select-active-text; + } } &:after {