From 279dc2880458d3005b9b502de5ce4c28ec534bb2 Mon Sep 17 00:00:00 2001 From: Prashant Date: Fri, 30 Jan 2015 13:42:27 +0530 Subject: [PATCH] Fixing UX issue of inactive panel getting too dim to read text for dark themes. Bug: #9785 [UX] Inactive panel gets dimmed in split view in release v1.0 --- src/styles/brackets.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/brackets.less b/src/styles/brackets.less index e97ff78fd80..133588b3c2b 100644 --- a/src/styles/brackets.less +++ b/src/styles/brackets.less @@ -327,7 +327,6 @@ a, img { /* Placeholder shown when there is no editor open */ .view-pane { - opacity: 0.7; // quieten inactive pane display: block; margin: 0; overflow: hidden; @@ -480,6 +479,7 @@ a, img { } } .pane-header { + opacity: 0.7; // quieten inactive pane header box-sizing: border-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); padding: 5px 10px; @@ -494,9 +494,9 @@ a, img { } } .active-pane { - opacity: 1; .pane-header { + opacity: 1; color: @bc-menu-text; .dark & {