Skip to content

Commit

Permalink
issue #447
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Apr 22, 2014
1 parent 3b8ded9 commit a529656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion styles/brackets-git.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
top: -6px;
left: 6px;
}
.CodeMirror .CodeMirror-lines {
.CodeMirror .CodeMirror-gutter-elt {
pointer-events: all;
}
.CodeMirror .brackets-git-gutter {
Expand Down
3 changes: 1 addition & 2 deletions styles/code-mirror.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// main: brackets-git.less

.CodeMirror {
.CodeMirror-lines {
.CodeMirror-gutter-elt {
pointer-events: all;
}

.brackets-git-gutter {
width: @gutterWidth;
margin-left: 1px;
Expand Down

0 comments on commit a529656

Please sign in to comment.