Remove redundant link colors definitions

These elements already used these colors because their parent elements
already used these colors for links.
This commit is contained in:
Javi Martín
2022-10-10 00:43:58 +02:00
parent e050e5cc70
commit 590f557aaa
4 changed files with 5 additions and 16 deletions

View File

@@ -28,7 +28,6 @@
.ballots-link {
@include has-fa-icon(archive, solid);
color: $link;
}
.results-link {

View File

@@ -784,21 +784,17 @@ body > header,
&:hover {
color: $link;
}
}
&:focus {
z-index: 1;
}
&.is-active {
color: #fff;
@include breakpoint(medium) {
&.is-active {
@include brand-text;
border-bottom: 2px solid;
margin-bottom: 1px;
}
}
&:focus {
z-index: 1;
}
}
.input-group {
@@ -1190,10 +1186,6 @@ form {
background-color: $info-bg;
border-color: $info-border;
color: $color-info;
a {
color: $link !important;
}
}
&.warning {

View File

@@ -1620,7 +1620,6 @@ $font-awesome-icons: (
.manage-link {
@include has-fa-icon(archive, solid);
color: $link;
}
.cards-link {

View File

@@ -665,7 +665,6 @@
&:hover {
background: $budget-hover;
color: #fff;
cursor: pointer;
}