mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01:00
header: fix aria-expanded for user-menu dropdown
It's not expanded by default, so it needs `aria-expanded="false"` Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -277,7 +277,7 @@ if($auth) {
|
||||
</a>
|
||||
</li>
|
||||
<li class="dropdown user user-menu">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="true">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
|
||||
<img src="img/logo.svg" class="user-image" alt="Pi-hole logo" style="border-radius: 0" width="25" height="25">
|
||||
<span class="hidden-xs">Pi-hole</span>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user