Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Visually stimulating cursor ๐Ÿ’…๐Ÿผ
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnONolan committed Jun 21, 2017
1 parent 5f43349 commit f0a5134
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/styles/app-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,7 @@ input,
.throbber:before {
background: rgba(0,0,0,0.2);
}

.gh-editor .CodeMirror-cursor {
border-color: #fff;
}
5 changes: 5 additions & 0 deletions app/styles/layouts/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,11 @@
background: transparent;
}

.gh-editor .CodeMirror-cursor {
border-color: var(--blue);
border-width: 3px;
}

/* fix visible scrollbars when OSX is set to show them */
.gh-editor .CodeMirror-scroll {
overflow: visible !important;
Expand Down

0 comments on commit f0a5134

Please sign in to comment.