Nav: Fix padding in 3rd level subnav
This commit is contained in:
parent
fb1d714965
commit
829d0f4a9e
|
@ -65,6 +65,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hook-nav-misc() {
|
.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 {
|
.uk-nav-default .uk-nav-sub li.uk-active > a {
|
||||||
font-weight: @nav-default-sublist-item-active-font-weight;
|
font-weight: @nav-default-sublist-item-active-font-weight;
|
||||||
|
|
Loading…
Reference in New Issue