fix filterable dropdown text color when open

This commit is contained in:
Michael Shamoon 2022-03-01 12:32:06 -08:00
parent 93487b1aeb
commit 1fd0f45a02

View File

@ -46,7 +46,6 @@
} }
} }
small > svg { small > svg {
margin-top: -2px; margin-top: -2px;
} }
@ -58,3 +57,7 @@ small > svg {
font-size: 65%; font-size: 65%;
} }
} }
.show .btn-outline-primary {
color: #fff;
}