chore: re-arrange some dom nodes for focus presentation
This commit is contained in:
parent
897ef64d3c
commit
ee9b7aa778
10 changed files with 67 additions and 61 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue