Fix exclusion pattern inputs blurring on every keypress (#1952)

* Replace ExclusionPatterns with StringListInput
This commit is contained in:
WithoutPants
2021-11-05 11:52:00 +11:00
committed by GitHub
parent 3671388b8d
commit 392b28915a
5 changed files with 22 additions and 69 deletions

View File

@@ -258,3 +258,7 @@ button.collapse-button.btn-primary:not(:disabled):not(.disabled):active {
.scrape-url-button:disabled {
opacity: 0.5;
}
.string-list-input .input-group {
margin-bottom: 0.25rem;
}