Topic: Removing the caret icon on dropdowns
Peshraw Hiwa asked 6 years ago
Hi,
I searched and could not find any way for removing the caret icon on the dropdown toggle component.
Is there any way to achieve that?
Mikołaj Smoleński staff answered 6 years ago
Hi there,
Please add the following style code to Your page:
<style scoped>
.dropdown-toggle:after {
display: none;
}
</style>
Best Regards
Marta Szymanska staff pro premium answered 6 years ago
Hi,
remove .dropdown-toggle class.
Best,
Marta
Peshraw Hiwa commented 6 years ago
Hi there is no .dropdown-toggle class on the component
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 4.8.2
- Device: Desktop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No