UX: Highlight "Users" link when on adminUser path (#15739)

This commit is contained in:
Jarek Radosz
2022-02-01 21:32:48 +01:00
committed by GitHub
parent 36194398e5
commit 7806857841
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
{{#if currentUser.admin}}
{{nav-item route="adminSiteSettings" label="admin.site_settings.title"}}
{{/if}}
{{nav-item route="adminUsersList" label="admin.users.title"}}
{{nav-item route="adminUsers" label="admin.users.title"}}
{{#if showGroups}}
{{nav-item route="groups" label="admin.groups.title"}}
{{/if}}

View File

@@ -10,9 +10,9 @@ $mobile-breakpoint: 700px;
display: inline-flex;
position: relative;
width: 100%;
height: auto;
overflow: hidden;
height: 100%;
@include breakpoint(tablet) {
width: calc(100% + 10px);
margin-left: -10px;