How will I be able to remove the shadow or border of accordion?
This is what it looks like.
I want to remove the border or shadow and make the accordion color looks like the background.
many thanks!!!
Arci Jeirico Malabanan wrote:
Hi Arci,
Please overwrite the below css
.section-expandable {
background-color: var(--color-neutral-0);
border: var(--border-size-s) solid var(--color-neutral-4);
border-bottom-width: var(--border-size-none);
}
overwrite css is below
border: 0;
border-bottom-width: 0;
Thanks
AD
Hi,
Try this thread:
https://www.outsystems.com/forums/discussion/52029/accordion-when-it-collapsed/
Mahesh Manchala wrote:
Thank you for the reply sir.
But unfortunately the thread is not about removal of shadows or borders.