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

note fixes

parent 4895e7e5
No related branches found
No related tags found
1 merge request!177Fixes
......@@ -37,10 +37,6 @@ export default css`
.ProseMirror .wax-selection-marker {
background-color: ${th('colorSelection')};
+ footnote {
border: 1px solid black;
color: black;
}
}
div[contenteditable='false'] {
......@@ -54,8 +50,9 @@ export default css`
text-align: center;
width: 17px;
height: 17px;
background: black;
color: white;
background: white;
border-bottom: 2px solid black;
color: black;
cursor: pointer;
}
......@@ -210,7 +207,7 @@ export default css`
span.insertion {
color: royalblue;
footnote: {
footnote {
background: royalblue;
}
}
......
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