chore: re-arrange some dom nodes for focus presentation

This commit is contained in:
Cory Dransfeldt 2024-06-19 15:39:06 -07:00
parent 897ef64d3c
commit ee9b7aa778
No known key found for this signature in database
10 changed files with 67 additions and 61 deletions

View file

@ -307,6 +307,12 @@ a svg:focus {
stroke: var(--accent-color-hover);
}
a.link-icon {
display: inline-flex;
align-items: center;
gap: var(--sizing-xs);
}
a.link-icon svg {
stroke: var(--accent-color);
}
@ -318,10 +324,6 @@ a.link-icon:focus svg {
stroke: var(--accent-color-hover);
}
.icon--bold > svg {
stroke-width: var(--stroke-width-bold);
}
.menu-primary .active,
.menu-primary .active svg,
nav .active,