mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 21:23:48 +00:00
status bar: set cursor to default for non clickable entries
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.monaco-workbench > .part.statusbar > .statusbar-entry > span {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.monaco-workbench > .part.statusbar > .statusbar-entry > span,
|
||||
.monaco-workbench > .part.statusbar > .statusbar-entry > a {
|
||||
padding: 0 5px 0 5px;
|
||||
|
||||
Reference in New Issue
Block a user