mirror of
https://github.com/strapi/strapi.git
synced 2025-08-06 15:53:11 +00:00
[QA] Wysiwyg placeholder (#11658)
* applied font for all codemirror * updated snapshots
This commit is contained in:
parent
08d27c0ea5
commit
2c6ece8c5e
@ -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;
|
||||
}
|
||||
`;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user