Skip to content
Snippets Groups Projects
Commit 87ad106d authored by Yannis Barlas's avatar Yannis Barlas
Browse files

add correct tc active bg color

parent ed4eb3f2
No related branches found
No related tags found
1 merge request!175Theme
import { css } from 'styled-components';
import { th } from '@pubsweet/ui-toolkit';
import { lighten, th } from '@pubsweet/ui-toolkit';
/* All styles regarding ProseMirror surface and elements */
......@@ -212,8 +212,14 @@ export default css`
}
}
.selected-insertion,
.selected-deletion,
.selected-insertion {
background: ${lighten('royalblue', 0.65)};
}
.selected-deletion {
background: ${lighten('indianred', 0.65)};
}
.selected-format-change,
.selected-block-change {
background-color: #eefbfb;
......
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