Skip to content

Commit

Permalink
Use shades of gray for left pane focus effect
Browse files Browse the repository at this point in the history
Also remove extraneous rule. It is repeated further down the stylesheet,
and overruled by !important.
  • Loading branch information
liliakai committed Dec 3, 2016
1 parent 09b582b commit 46254e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 1 addition & 7 deletions stylesheets/android-dark.scss
Expand Up @@ -10,7 +10,7 @@ $text-dark: #CCCCCC;
border-color: $grey-dark;
}
#header {
background-color: $blue;
background-color: $grey-dark_l2;
color: white;
transition: background-color 0.5s;
&.inactive {
Expand Down Expand Up @@ -46,12 +46,6 @@ $text-dark: #CCCCCC;
color: $text-dark;
}
}
.conversation-stack .inactive {
.conversation-header{
background-color: $grey-dark;
color: $text-dark;
}
}
.contact-details .name {
font-weight: 400;
}
Expand Down
5 changes: 1 addition & 4 deletions stylesheets/manifest.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46254e3

Please sign in to comment.