chore: state clarity
This commit is contained in:
parent
0fbaf67f36
commit
c084641d30
1 changed files with 3 additions and 1 deletions
|
@ -275,7 +275,9 @@ nav svg {
|
|||
margin-top: .125rem;
|
||||
}
|
||||
|
||||
nav svg:hover {
|
||||
nav svg:hover,
|
||||
nav svg:active,
|
||||
nav svg:focus {
|
||||
stroke-width: var(--stroke-width-bold);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue