admin header: replace déconnexion text with SVG sign-out icon

This commit is contained in:
Pontoporeia
2026-04-30 14:16:23 +02:00
parent 0f849468f7
commit e8bf89d184
3 changed files with 9 additions and 1 deletions

View File

@@ -29,10 +29,15 @@
.admin-body header nav ul [data-nav-logout] a {
opacity: 0.6;
display: flex;
align-items: center;
}
.admin-body header nav ul [data-nav-logout] a:hover {
opacity: 1;
}
.admin-body header nav ul [data-nav-logout] a svg {
display: block;
}
/* Public-site link icon in admin nav */
.admin-body header nav > a svg {