Override the disambiguated profile colour in percy tests for screenshot consistency (#9161)

This commit is contained in:
Michael Telatynski 2022-08-10 08:20:29 +01:00 committed by GitHub
parent 9ed5550501
commit 3b64a7999c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,3 +34,10 @@ limitations under the License.
color: $primary-content;
}
}
@media only percy {
.mx_DisambiguatedProfile_displayName {
/* Override the colour in percy tests for screenshot consistency */
color: $username-variant1-color !important;
}
}