Use default cursor for .git-statusbar-item

Prevent the text selection cursor from showing on .git-statusbar-item. This is
happening because there is an   being used currently to position the
element.

Fixes #307
This commit is contained in:
Daniel Imms 2015-11-19 21:09:41 -08:00
Родитель 01751b0559
Коммит 84d654ef1f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -226,6 +226,7 @@
background-repeat: no-repeat;
background-position: 4px 50%;
background-size: 17px;
cursor: default;
padding: 0 5px 0 22px;
}
@ -248,4 +249,4 @@
.monaco-shell .git-statusbar-item.headless {
font-style: italic;
}
}