mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Highlight "Users" link when on adminUser path (#15739)
This commit is contained in:
@@ -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}}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user