refactor: footer link colors to use customizable CSS variables #2658
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Added customizable CSS variables to page-footer link colors + changeset
Issue #194
Bij het werken aan het Purmerend-thema voor de dark/light mode tokens voor de Signalen, liep ik tegen een probleem aan waarbij sommige kleuren niet aangepast konden worden, waaronder de
link-focus-background-color
van de page-footer. Dit kwam doordat de kleur was ingesteld opcurrentColor
, wat werd overschreven in de page-footer bij Utrecht, waardoor het niet meer mogelijk was om de kleur te veranderen.Om dit op te lossen, heb ik een issue #194 aangemaakt en een oplossing uitgelegd, zodat de kleur wel aangepast kan worden. Ik heb dit als een "minor" gemarkeerd, omdat het geen functionaliteit kapot maakt: er is een fallback kleur ingesteld via
currentColor
.Feedback
Met de feedback/oplossing van @Robbert "om de oude code te verplaatsen naar
utrecht-page-footer__content
" wordt deze issue volgens mij niet gefixed omdat hij blijft overwritten doorcurrentColor
.