mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Give the #home entry in the gear menu an invisibility cloak.
Previously, this would create a weird blue banner across the top of the gear menu. We can't remove it, since it’s required for the gear menu navigation. Description edited by tabbott.
This commit is contained in:
committed by
Tim Abbott
parent
47a655a3cc
commit
36319ca501
@@ -36,6 +36,10 @@
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* -- base button styling -- */
|
||||
.new-style .button {
|
||||
padding: 8px 15px;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
view is a Bootstrap Nav tab, even though we don't show the tab
|
||||
anymore
|
||||
#}
|
||||
<li style="display:none;"><a href="#home" data-toggle="tab"></a></li>
|
||||
<li class="invisible" style="display:none;"><a href="#home" data-toggle="tab"></a></li>
|
||||
<li title="{{ _('Manage Streams') }}">
|
||||
<a href="#subscriptions">
|
||||
<i class="icon-vector-exchange"></i> {{ _('Manage Streams') }}
|
||||
|
||||
Reference in New Issue
Block a user