diff --git a/theme-base/components/input/_dropdown.scss b/theme-base/components/input/_dropdown.scss index d4130ab..260b21a 100644 --- a/theme-base/components/input/_dropdown.scss +++ b/theme-base/components/input/_dropdown.scss @@ -250,3 +250,21 @@ input.p-dropdown-label { } } } + +.p-input-filled { + .p-dropdown { + background: $inputFilledBg; + + &:not(.p-disabled):hover { + background-color: $inputFilledHoverBg; + } + + &:not(.p-disabled).p-focus { + background-color: $inputFilledFocusBg; + + .p-inputtext { + background-color: transparent; + } + } + } +} \ No newline at end of file