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

Commit

Permalink
Made unfocused pane look unfocused.
Browse files Browse the repository at this point in the history
  • Loading branch information
larz0 committed Oct 15, 2014
1 parent 6a1ea67 commit b19cd4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ a, img {
}

.view-pane {
opacity: 0.7; // quieten inactive pane
display: block;
margin: 0;
overflow: hidden;
Expand Down Expand Up @@ -491,19 +492,19 @@ a, img {
box-sizing: border-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
padding: 5px 10px;
color: @bc-text-thin-quiet;
background-color: @background;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

.dark & {
color: @dark-bc-text-quiet;
background-color: #1d1f21; // not using a variable on purpose.
border-bottom-color: rgba(255, 255, 255, 0.05);
}
}
.active-pane {
opacity: 1;

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

Expand Down

0 comments on commit b19cd4d

Please sign in to comment.