Topic: mdb-calendar buttons ruin the rounded buttons
I have buttons on my page like
<button type="button" mdbBtn color="white" outline="true" rounded="true" size="sm" class="px-2" mdbTooltip="Add" placement="top" container="body" mdbWavesEffect (click)="showAddDetails()">
    <mdb-icon fas icon="plus"></mdb-icon>
</button>
I recently added the mdb-calendar to the same page and the consequences are: all my rounded=true buttons became 'round-less' square shape buttons...

Is there any quick solution for this?
Thanks in advance
                                                    
                                                    vitticeps
                                                                                        answered 6 years ago                                        
In the main styles.scss -
.btn-rounded {
    border-radius: 50% !important;
}
solves the issue.
                                                    
                                                    Arkadiusz Idzikowski
                                             staff                                             answered 6 years ago                                        
Glad you found a workaround. That's very strange behavior and of course it shouldn't happen. We will take a closer look at it.
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 Angular
- MDB Version: 8.0.0
- Device: any
- Browser: any
- OS: any
- Provided sample code: No
- Provided link: No