mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Merge branch 'master' into rmacfarlane/disable-extensions
This commit is contained in:
@@ -116,6 +116,7 @@ html {
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
@@ -223,16 +224,11 @@ summary {
|
||||
|
||||
.include-data {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.include-data > .caption {
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
width: 80px;
|
||||
top: 2px;
|
||||
left: 30px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -269,6 +265,7 @@ input:disabled {
|
||||
|
||||
.workbenchCommand:disabled {
|
||||
color: #868e96;
|
||||
cursor: default
|
||||
}
|
||||
|
||||
.block-extensions .block-info {
|
||||
@@ -306,6 +303,7 @@ button {
|
||||
|
||||
#issue-type {
|
||||
width: calc(100% - 100px);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#issue-title-label {
|
||||
@@ -351,28 +349,25 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
.issues-container::-webkit-scrollbar, body::-webkit-scrollbar {
|
||||
::-webkit-scrollbar {
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
.issues-container::-webkit-scrollbar, body::-webkit-scrollbar-thumb {
|
||||
::-webkit-scrollbar-thumb {
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.issues-container {
|
||||
margin-left: 1.5em;
|
||||
margin-top: .5em;
|
||||
height: 108px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
div.issues-container {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
.issues-container > li.issue {
|
||||
padding: 1px 0;
|
||||
}
|
||||
|
||||
.issues-container > .issue {
|
||||
padding: 4px 0;
|
||||
}
|
||||
@@ -400,4 +395,4 @@ div.issues-container {
|
||||
|
||||
.issues-container > .issue > .issue-state .octicon {
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user