mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/15673] Fix Duplicated links in QuickLinks and main nav bar
This commit is contained in:
commit
e454b5838d
1 changed files with 4 additions and 0 deletions
|
@ -1427,6 +1427,10 @@ ul.linklist:after,
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown .clone.hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown .clone.hidden + li.separator {
|
.dropdown .clone.hidden + li.separator {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue