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:
parent
bda0f7ac73
commit
7b7c26063e
2 changed files with 12 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue