style: consolidate aria-current nav styles — remove border-radius from base header links, keep global :focus-visible ring, move border-bottom/padding to shared header.css

This commit is contained in:
Pontoporeia
2026-06-08 11:58:22 +02:00
parent cb2b18e470
commit 3588f22d7b
5 changed files with 9 additions and 9 deletions

View File

@@ -38,11 +38,6 @@
margin-right: 0.4em;
}
/* Active nav link — non-colour indicator required by WCAG 1.4.1 */
.admin-body header nav ul a[aria-current="page"] {
border-bottom: 2px solid currentColor;
padding-bottom: 1px;
}
.admin-body main {
flex: 1;