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:
Родитель
01751b0559
Коммит
84d654ef1f
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче