Fix bs5 selects

This commit is contained in:
Michael Shamoon
2022-03-01 12:25:22 -08:00
parent ef94f974cd
commit 81ccdb4ead
2 changed files with 7 additions and 3 deletions

View File

@@ -332,6 +332,10 @@ $border-color-dark-mode: #47494f;
}
}
.form-select:not(.is-invalid):not(:disabled) {
border-color: $border-color-dark-mode;
}
.ng-select-container,
.ng-select.ng-select-opened > .ng-select-container,
.ng-dropdown-panel,