fix selection option text colour

This commit is contained in:
Kuldeep M 2021-12-14 18:58:02 +00:00 committed by GitHub
parent 44fdf247cc
commit 487d0a788e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,3 +64,8 @@ select:disabled:active {
cursor: default;
box-shadow: none;
}
select option {
background-color: initial;
color: initial;
}