diff --git a/src/component/form/input/select/index.css b/src/component/form/input/select/index.css index aa32e82c..c644c9d8 100644 --- a/src/component/form/input/select/index.css +++ b/src/component/form/input/select/index.css @@ -64,3 +64,8 @@ select:disabled:active { cursor: default; box-shadow: none; } + +select option { + background-color: initial; + color: initial; +}