diff --git a/assets/sass/anchorlink.scss b/assets/sass/anchorlink.scss index 0b3bcdf9..0636005f 100644 --- a/assets/sass/anchorlink.scss +++ b/assets/sass/anchorlink.scss @@ -86,8 +86,4 @@ width: 2.4rem; height: 2.4rem; display: flex; - - svg { - fill: var(--color-onLight); - } } diff --git a/assets/sass/navigation.scss b/assets/sass/navigation.scss index a26d9455..519914dd 100644 --- a/assets/sass/navigation.scss +++ b/assets/sass/navigation.scss @@ -139,7 +139,7 @@ text-decoration: none; } -.o-header__expand-button:has(~ .o-header__item-countries--open) svg { +.o-header__expand-button:has(~ .o-header__item-countries--open) .material-symbols-rounded { transform: rotate(180deg); } diff --git a/assets/sass/styles.scss b/assets/sass/styles.scss index 24948fcd..cc006795 100644 --- a/assets/sass/styles.scss +++ b/assets/sass/styles.scss @@ -34,15 +34,6 @@ a { &:hover, &:focus { color: var(--link-hovered); - - svg { - fill: var(--link-hovered); - } - } - - svg { - fill: var(--link-default); - transition: fill 0.3s ease; } }