Skip to content

Commit

Permalink
The less element was incorrectly updated
Browse files Browse the repository at this point in the history
.sideNav .Dropdown--select .Dropdown-menu>li.active>a (√)
.sideNav .Dropdown--select .Dropdown-menu >li .active>a (×)
  • Loading branch information
yannisme authored Jan 12, 2022
1 parent f0a2e6e commit 0192f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ i.icon.fas.fa-times{display:inline-block}
flex-shrink:0;margin-right:auto;position:fixed;z-index:2;left:0;top:22px;overflow:auto;width:auto;height:100%;padding-left:10px;padding-bottom:30px;background:@body-bg;border-right:1px solid fade(@hero-bg,98.5%);flex-shrink:0;margin-right:auto;
.Dropdown--select .Dropdown-menu{
margin-left:-10px;width:auto;
>li.active>a{font-weight:700;background:@hero-bg;color:@link-color}
>li{
>a{padding:8px 0 8px 40px}
.active>a{font-weight:700;background:@hero-bg;color:@link-color;border-right:3px solid @config-primary-color}

}
>ul{margin-top:0;padding-bottom:80px}
}
Expand Down

0 comments on commit 0192f58

Please sign in to comment.