Override the disambiguated profile colour in percy tests for screenshot consistency (#9161)
parent
9ed5550501
commit
3b64a7999c
|
@ -34,3 +34,10 @@ limitations under the License.
|
||||||
color: $primary-content;
|
color: $primary-content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only percy {
|
||||||
|
.mx_DisambiguatedProfile_displayName {
|
||||||
|
/* Override the colour in percy tests for screenshot consistency */
|
||||||
|
color: $username-variant1-color !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue