mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 08:16:35 +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;
|
height: 290px;
|
||||||
color: ${({ theme }) => theme.colors.neutral800};
|
color: ${({ theme }) => theme.colors.neutral800};
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
font-family: --apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
||||||
|
'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PADDING */
|
/* PADDING */
|
||||||
@ -331,8 +333,6 @@ export const EditorStylesContainer = styled.div`
|
|||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
font-family: --apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
|
||||||
'Open Sans', 'Helvetica Neue', sans-serif;
|
|
||||||
color: ${({ theme }) => theme.colors.neutral800} !important;
|
color: ${({ theme }) => theme.colors.neutral800} !important;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
@ -615,6 +615,7 @@ describe('Wysiwyg render and actions buttons', () => {
|
|||||||
height: 290px;
|
height: 290px;
|
||||||
color: #32324d;
|
color: #32324d;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
font-family: --apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell, 'Open Sans','Helvetica Neue',sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c32 .CodeMirror-lines {
|
.c32 .CodeMirror-lines {
|
||||||
@ -916,7 +917,6 @@ describe('Wysiwyg render and actions buttons', () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.c32 span {
|
.c32 span {
|
||||||
font-family: --apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell, 'Open Sans','Helvetica Neue',sans-serif;
|
|
||||||
color: #32324d !important;
|
color: #32324d !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user