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 { .ballots-link {
@include has-fa-icon(archive, solid); @include has-fa-icon(archive, solid);
color: $link;
} }
.results-link { .results-link {

View File

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

View File

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

View File

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