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:
Brock Whittaker
2016-12-14 18:15:52 -08:00
committed by Tim Abbott
parent 47a655a3cc
commit 36319ca501
2 changed files with 5 additions and 1 deletions

View File

@@ -36,6 +36,10 @@
clear: both;
}
.invisible {
visibility: hidden;
}
/* -- base button styling -- */
.new-style .button {
padding: 8px 15px;

View File

@@ -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') }}