Add toggle for duplicate search API in issue reporter, #43519

This commit is contained in:
Rachel Macfarlane
2018-02-12 11:21:52 -08:00
parent 1a4c5b439b
commit 79d8060a90
5 changed files with 164 additions and 67 deletions

View File

@@ -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;
}