Avoid flakiness from hover styling in screenshot tests (#12615)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
2547777de7
commit
347229be60
1 changed files with 4 additions and 0 deletions
|
@ -342,6 +342,10 @@ export const expect = baseExpect.extend({
|
|||
.mx_ReplyChain {
|
||||
border-left-color: var(--cpd-color-blue-1200) !important;
|
||||
}
|
||||
/* Avoid flakiness from hover styling */
|
||||
.mx_ReplyChain_show {
|
||||
color: var(--cpd-color-text-secondary) !important;
|
||||
}
|
||||
/* Use monospace font for timestamp for consistent mask width */
|
||||
.mx_MessageTimestamp {
|
||||
font-family: Inconsolata !important;
|
||||
|
|
Loading…
Reference in a new issue