[QA] Wysiwyg placeholder (#11658)

* applied font for all codemirror

* updated snapshots
This commit is contained in:
ronronscelestes 2021-11-23 12:28:18 +01:00 committed by GitHub
parent 08d27c0ea5
commit 2c6ece8c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,8 @@ export const EditorStylesContainer = styled.div`
height: 290px;
color: ${({ theme }) => theme.colors.neutral800};
direction: ltr;
font-family: --apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
'Open Sans', 'Helvetica Neue', sans-serif;
}
/* PADDING */
@ -331,8 +333,6 @@ export const EditorStylesContainer = styled.div`
}
span {
font-family: --apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
'Open Sans', 'Helvetica Neue', sans-serif;
color: ${({ theme }) => theme.colors.neutral800} !important;
}
`;

View File

@ -615,6 +615,7 @@ describe('Wysiwyg render and actions buttons', () => {
height: 290px;
color: #32324d;
direction: ltr;
font-family: --apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell, 'Open Sans','Helvetica Neue',sans-serif;
}
.c32 .CodeMirror-lines {
@ -916,7 +917,6 @@ describe('Wysiwyg render and actions buttons', () => {
}
.c32 span {
font-family: --apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell, 'Open Sans','Helvetica Neue',sans-serif;
color: #32324d !important;
}