mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Add toggle for duplicate search API in issue reporter, #43519
This commit is contained in:
@@ -281,6 +281,7 @@ input, select, textarea {
|
||||
|
||||
a {
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.invalid-input {
|
||||
@@ -347,10 +348,20 @@ button {
|
||||
}
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
.issues-container::-webkit-scrollbar, body::-webkit-scrollbar {
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar-thumb {
|
||||
.issues-container::-webkit-scrollbar, body::-webkit-scrollbar-thumb {
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
.issues-container {
|
||||
margin-top: .5em;
|
||||
height: 108px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.issues-container > .issue {
|
||||
padding: 1px 0;
|
||||
}
|
||||
Reference in New Issue
Block a user