Skip to content

Commit

Permalink
Merge pull request #597 from tidalcycles/cursor-fix
Browse files Browse the repository at this point in the history
improve cursor
  • Loading branch information
felixroos committed Jun 11, 2023
2 parents 876e851 + 370d82e commit e4a35fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/src/docs/MiniRepl.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@
.cm-gutters {
display: none !important;
}

.cm-cursorLayer {
animation-name: inherit !important;
}

.cm-cursor {
border-left: 2px solid currentcolor !important;
}
8 changes: 8 additions & 0 deletions website/src/repl/Repl.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@
#code .cm-theme-light {
width: 100%;
}

#code .cm-cursorLayer {
animation-name: inherit !important;
}

#code .cm-cursor {
border-left: 2px solid currentcolor !important;
}

0 comments on commit e4a35fd

Please sign in to comment.