Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Manuscripts.app Public
Manuscripts Manuscript Editor
Commits
2bb91652
Commit
2bb91652
authored
Jan 14, 2021
by
Casey Ydenberg
Browse files
Add Track Changes styles
parent
9247b8e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
styles/Editor.css
styles/Editor.css
+32
-0
No files found.
styles/Editor.css
View file @
2bb91652
...
...
@@ -899,3 +899,35 @@
border-radius
:
4px
;
margin
:
16px
64px
;
}
/*
** TRACK CHANGES
*/
.ProseMirror
.blame
{
background-color
:
rgba
(
57
,
255
,
20
,
0.5
);
}
.ProseMirror
.blame-uncommitted
{
background-color
:
rgba
(
255
,
218
,
20
,
0.5
);
}
.ProseMirror
.blame-focused
{
background-color
:
rgba
(
13
,
213
,
252
,
0.5
);
}
.ProseMirror
.blame-point
,
.ProseMirror
.blame-focused-point
{
position
:
relative
;
}
.ProseMirror
.blame-point
::after
,
.ProseMirror
.blame-focused-point
::after
{
position
:
absolute
;
left
:
-2.5px
;
display
:
inline-block
;
content
:
' '
;
border
:
1px
solid
rgba
(
255
,
0
,
0
);
transform
:
rotate
(
45deg
);
border-top
:
none
;
border-left
:
none
;
width
:
5px
;
height
:
5px
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment