landing_nav css: Use classname instead of span for realm name.

This commit is contained in:
evykassirer 2024-07-25 15:57:36 -07:00 committed by Tim Abbott
parent 9824f76e7d
commit 5ed19d1971
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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;
}
}