0
0
Fork 0

Highlight active tab in action bar (#8673)

* NavLinks with activeclass instead of Link in actionbar to highlight active tab

* highlight border-bottom in action bar consistent to public view
This commit is contained in:
rhoio 2018-09-13 01:50:41 +02:00 committed by Eugen Rochko
parent bda0f7ac73
commit 7b7c26063e
2 changed files with 12 additions and 7 deletions

View file

@ -1297,6 +1297,11 @@ a .account__avatar {
flex: 0 1 100%;
border-right: 1px solid lighten($ui-base-color, 8%);
padding: 10px 0;
border-bottom: 4px solid transparent;
&.active {
border-bottom: 4px solid $ui-highlight-color;
}
& > span {
display: block;