Nav: Remove left border from 3rd level subnav

This commit is contained in:
Konstantinos Triantafyllou 2022-12-01 11:10:38 +02:00
parent 829d0f4a9e
commit b59a0d2e9f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
.hook-nav-misc() {
.uk-nav-sub ul {
&:before {
left: @nav-sublist-deeper-padding-left - 10px;
content: none;
}
}