[ticket/17373] Remove extra separator and change all separators to solid lines

The quick links menu in the header navbar had an additional horizontal
line at the bottom which did not need to be there. Additionally the
separators for links that always display in the quick links menu had
dotted underlines rather than the solid underlines that were under the
links that only show up for mobile users when there's less screen space.

PHPBB-17373
This commit is contained in:
Daniel James 2024-07-18 21:01:06 +01:00
parent 132bd6cdb5
commit 9cdc71f348
2 changed files with 1 additions and 2 deletions

View file

@ -69,7 +69,6 @@
</li> </li>
{% endif %} {% endif %}
{% endif %} {% endif %}
<li class="separator"></li>
{% EVENT navbar_header_quick_links_after %} {% EVENT navbar_header_quick_links_after %}

View file

@ -560,7 +560,7 @@ a.header-avatar img {
line-height: normal !important; line-height: normal !important;
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
border-top: 1px dotted transparent; border-top: 1px solid transparent;
display: list-item; display: list-item;
float: none !important; float: none !important;
margin: 0; margin: 0;