mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Override the disambiguated profile colour in percy tests for screenshot consistency (#9161)
This commit is contained in:
parent
9ed5550501
commit
3b64a7999c
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue