Fixed select option color bug for members import

no refs.
This commit is contained in:
Peter Zimon 2020-07-08 10:12:13 +02:00
parent 4bc09b7f06
commit fbf885796f
1 changed files with 1 additions and 0 deletions

View File

@ -665,6 +665,7 @@ p.gh-members-import-errordetail:first-of-type {
.gh-import-member-select select option {
font-weight: 400;
color: var(--darkgrey);
}
.gh-import-member-select select:focus {