Remove default anchor link background-color for language usage chart on the /about page #81
No reviewers
Labels
No labels
bug
content
dependency
documentation
enhancement
refactor
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vlw/vlw.se!81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/81/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR removes an anchor tag background color block that caused specificity problems with the
data-langattributes. The specificity problem came from when we refactored the CSS in #79 to utilize nesting. This block is not needed since a defaultbakground-coloris already set on thechart-segmentelement.