mirror of https://github.com/zulip/zulip.git
landing_nav css: Use classname instead of span for realm name.
This commit is contained in:
parent
9824f76e7d
commit
5ed19d1971
|
@ -141,7 +141,7 @@
|
|||
<input type="radio" name="top-menu-tabs" class="top-menu-tab-input" id="top-menu-tab-user" />
|
||||
<label class="top-menu-tab-user-label nav-menu-label" for="top-menu-tab-user" tabindex="0">
|
||||
<img class="top-menu-tab-user-img" src="{{ realm_icon }}" />
|
||||
<span>{{ realm_name }}</span>
|
||||
<span class="top-menu-tab-user-name">{{ realm_name }}</span>
|
||||
</label>
|
||||
<div class="top-menu-submenu singup-column">
|
||||
<div class="top-menu-submenu-column">
|
||||
|
|
|
@ -285,7 +285,7 @@ details summary::-webkit-details-marker {
|
|||
max-width: 40px;
|
||||
}
|
||||
|
||||
.top-menu-tab .top-menu-tab-user-label span {
|
||||
.top-menu-tab .top-menu-tab-user-label .top-menu-tab-user-name {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue