Skip to content
Snippets Groups Projects
Commit 8ec79bf1 authored by chris's avatar chris
Browse files

fix selection color

parent 50d8ef91
No related branches found
No related tags found
1 merge request!306Answer nodeview
......@@ -32,6 +32,7 @@ export default css`
custom-tag-block::selection,
custom-tag-inline::selection {
background-color: transparent;
color: #000;
}
&:focus {
......
......@@ -5,9 +5,9 @@ import { th } from '@pubsweet/ui-toolkit';
/* All styles regarding ProseMirror surface and elements */
const fontWriting = css`
color: ${th('colorText')};
font-family: ${th('fontWriting')};
font-size: ${th('fontSizeBase')};
color: ${th('colorText')};
`;
export default css`
......@@ -32,6 +32,7 @@ export default css`
custom-tag-block::selection,
custom-tag-inline::selection {
background-color: transparent;
color: #000;
}
&:focus {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment