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:
@@ -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 {
|
||||||
|
|||||||
@@ -784,21 +784,17 @@ body > header,
|
|||||||
&:hover {
|
&:hover {
|
||||||
color: $link;
|
color: $link;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&:focus {
|
&.is-active {
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -665,7 +665,6 @@
|
|||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $budget-hover;
|
background: $budget-hover;
|
||||||
color: #fff;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user