mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/15673] Fix Duplicated links in QuickLinks and main nav bar
Add required class to common.css PHPBB3-15673
This commit is contained in:
@@ -1267,6 +1267,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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user