Skip to content
Snippets Groups Projects

Hhmi accessibility

Merged Christos requested to merge hhmi-accessibility into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -225,4 +225,14 @@ img.ProseMirror-separator {
.ProseMirror *::selection{
background-color: #C5D7FE;
color: #000;
}
\ No newline at end of file
}
fakecursor {
display: inline-flex;
border-right: 1px solid black;
height: 19px;
position: absolute;
width: 1px;
visibility: hidden;
z-index: 999;
}
\ No newline at end of file