navbar: Fix bugs caused by zulip.scss refactor.

A few bugs were caused by 7d4cebbc1e.
In night mode:
- home icon was hidden by grey box on "All messages" narrow.
- inactive tabs (eg "mentions" and "stars") were hidden behind grey box.
- topic tab was hidden behind grey box in topic narrow.

In both night mode and normal mode:
- "private messages" tab in individual/group pm narrows was illegible.

These were all results of unexpected differences in precedence rules
caused by the refactor.
This commit is contained in:
Yash Rathore
2019-04-18 00:40:01 +05:30
committed by Tim Abbott
parent bde8b40473
commit bcfc22d94e
2 changed files with 1 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ on a dark background, and don't change the dark labels dark either. */
.message-header-contents,
.message_header_private_message .message-header-contents,
#tab_list li.active {
#tab_bar #tab_list li.active {
background-color: hsla(0, 0%, 0%, 0.2);
}

View File

@@ -1793,7 +1793,6 @@ a:hover code {
}
li.inactive {
background-color: hsl(0, 0%, 88%);
border-width: 0px;
margin-right: -4px;
font-size: 14px;