Fix wrong color for ellipsis in boost confirmation dialog in Web UI (#13355)
This commit is contained in:
parent
11169367e4
commit
be2f1597cf
1 changed files with 2 additions and 4 deletions
|
@ -1028,13 +1028,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-name {
|
.display-name {
|
||||||
|
color: $light-text-color;
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
color: $inverted-text-color;
|
color: $inverted-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
|
||||||
color: $light-text-color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__content {
|
.status__content {
|
||||||
|
|
Loading…
Reference in a new issue