Topic: After bulid custom theme the form select component - focused select arrow does not affected theme primary color
Expected behavior Themed select component - focused select arrow respect primary color set.
Actual behavior Themed select component - focused select arrow remain blue
Resources (screenshots, code snippets etc.) Proposed fix: in .. mdb\scss\pro\theme\components_form-select-theme.scss insert folowing code to the line 43
& ~ .select-arrow {
color: $primary;
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Open
Specification of the issue
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: 3.2.0
- Device: PC
- Browser: Crome
- OS: W10
- Provided sample code: No
- Provided link: No
Tags
Related topics
Grzegorz Bujański staff commented 4 years ago
We have on our to-do list a task to fix this.