Fix invisible text selection on brand text

When an element had a text using the brand color and was a child of an
element with a brand background, the selection was invisible.
This commit is contained in:
Javi Martín
2021-03-12 21:04:10 +01:00
parent f124828cd8
commit 4bb12c573f
8 changed files with 46 additions and 27 deletions

View File

@@ -991,7 +991,7 @@
}
.is-active {
color: $brand;
@include brand-text;
&::after {
content: "\6c";
@@ -1211,15 +1211,15 @@
}
.button {
@include brand-text;
background: #fff;
color: $brand;
margin-bottom: rem-calc(3);
text-decoration: none;
}
}
.current-phase {
color: $brand;
@include brand-text;
}
.progress-votes {