Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Fixing UX issue of inactive panel getting too dim to read text for da…
Browse files Browse the repository at this point in the history
…rk themes.

Bug: #9785 [UX] Inactive panel gets dimmed in split view in release v1.0
  • Loading branch information
prksingh committed Jan 30, 2015
1 parent da48369 commit 279dc28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -494,9 +494,9 @@ a, img {
}
}
.active-pane {
opacity: 1;

.pane-header {
opacity: 1;
color: @bc-menu-text;

.dark & {
Expand Down

0 comments on commit 279dc28

Please sign in to comment.