diff --git a/app/assets/javascripts/discourse/templates/group.hbs b/app/assets/javascripts/discourse/templates/group.hbs index fe0dee1f924..fe8f28bb259 100644 --- a/app/assets/javascripts/discourse/templates/group.hbs +++ b/app/assets/javascripts/discourse/templates/group.hbs @@ -4,12 +4,12 @@
  • {{#link-to 'group.index' model}}{{i18n groups.posts}} ({{counts.posts}}) - {{/link-to}} + {{/link-to}}
  • {{#link-to 'group.members' model}}{{i18n groups.members}} ({{counts.members}}) - {{/link-to}} + {{/link-to}}
  • diff --git a/app/assets/stylesheets/common/admin/admin_base.scss b/app/assets/stylesheets/common/admin/admin_base.scss index 03b4b108532..8d7f77cc1f0 100644 --- a/app/assets/stylesheets/common/admin/admin_base.scss +++ b/app/assets/stylesheets/common/admin/admin_base.scss @@ -1223,7 +1223,6 @@ button.ru { and (max-width : 850px) { .nav-stacked { .glyph {width: auto; position: relative;} - .fa-chevron-right {display: none;} > li > a {padding: 13px} } } diff --git a/app/assets/stylesheets/common/components/navs.css.scss b/app/assets/stylesheets/common/components/navs.css.scss index 974c69fce5f..0e6ae2d3edc 100644 --- a/app/assets/stylesheets/common/components/navs.css.scss +++ b/app/assets/stylesheets/common/components/navs.css.scss @@ -66,21 +66,26 @@ } } .active > a, - .active .fa-chevron-right { + { color: $secondary; background-color: $quaternary; } + + .active > a::after, + { + left: 90%; + top: 28%; + border: solid transparent; + content: " "; + position: absolute; + border-width: 10px; + border-left-color: $secondary; + } + .count { font-size: 12px; line-height: 16px; } - .fa-chevron-right { - float: right; - margin: 0; - color: scale-color($primary, $lightness: 60%); - font-size: 14px; - line-height: 20px; - } .glyph { font-size: 12px;