diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 786c441cd..136bbd96f 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7840,7 +7840,7 @@ p:empty + p { /* poll margin */ color: white !important; } -.d-md-none .nav-item:not(:first-child):focus, .d-md-none .nav-item:not(:first-child):hover, .d-md-none .nav-item:not(:first-child):active, +.d-md-none .nav-item:not(.nohighlight):focus, .d-md-none .nav-item:not(.nohighlight):hover, .d-md-none .nav-item:not(.nohighlight):active, .modal .post-actions .btn-link:focus, .modal .post-actions .btn-link:hover, .modal .post-actions .btn-link:active { background-color: var(--gray-300) !important; } diff --git a/files/templates/header.html b/files/templates/header.html index 16e3c7f55..811d4119b 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -419,7 +419,7 @@