fix: updated breadcrumb according to feedback and kept to aria specification

This commit is contained in:
Jelmer Veen 2022-02-08 11:07:18 +01:00
parent 885d413673
commit 8fffc986c6
3 changed files with 37 additions and 22 deletions

View file

@ -68,7 +68,7 @@ ul {
// Links
// 1. Remove the gray background on active links in IE 10
a:not(::after) {
a {
--color: var(--primary);
--background-color: transparent;
outline: none;