Nav: Fix padding in 3rd level subnav

This commit is contained in:
Konstantinos Triantafyllou 2022-12-01 10:50:12 +02:00
parent fb1d714965
commit 829d0f4a9e
1 changed files with 5 additions and 0 deletions

View File

@ -65,6 +65,11 @@
}
.hook-nav-misc() {
.uk-nav-sub ul {
&:before {
left: @nav-sublist-deeper-padding-left - 10px;
}
}
.uk-nav-default .uk-nav-sub li.uk-active > a {
font-weight: @nav-default-sublist-item-active-font-weight;