You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Avoid flakiness from hover styling in screenshot tests (#12615)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2547777de7
commit
347229be60
@ -342,6 +342,10 @@ export const expect = baseExpect.extend({
|
|||||||
.mx_ReplyChain {
|
.mx_ReplyChain {
|
||||||
border-left-color: var(--cpd-color-blue-1200) !important;
|
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 */
|
/* Use monospace font for timestamp for consistent mask width */
|
||||||
.mx_MessageTimestamp {
|
.mx_MessageTimestamp {
|
||||||
font-family: Inconsolata !important;
|
font-family: Inconsolata !important;
|
||||||
|
Reference in New Issue
Block a user