Skip to content

Commit

Permalink
Removing !important to override cursor styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Castillo committed Sep 30, 2014
1 parent f99ac18 commit cd159c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

.dark div.CodeMirror-cursor ,
.dark div.CodeMirror-secondarycursor {
border-left: 1px solid #dedede !important;
border-left: 1px solid #dedede;
}

.dark .CodeMirror-focused .CodeMirror-selected {
Expand Down

0 comments on commit cd159c5

Please sign in to comment.