Hi Dave,
We have
checked your reported query and prepared the sample based on your requirement. We
can achieve your requirement by using below CSS style. And rgb(240,240,240) is
default color of the button.
@using Syncfusion.Blazor.SplitButtons
<SfDropDownButton Content="Edit">
<DropDownMenuItems>
<DropDownMenuItem Text="Cut"></DropDownMenuItem>
<DropDownMenuItem Text="Copy"></DropDownMenuItem>
<DropDownMenuItem Text="Paste"></DropDownMenuItem>
</DropDownMenuItems>
</SfDropDownButton>
<style>
.e-dropdown-btn, .e-btn {
background-color: rgb(240,240,240) !important;
border: none !important;
}
.e-dropdown-btn:focus, .e-dropdown-btn:active, .e-dropdown-btn:hover,
.e-btn:focus, .e-btn:active, .e-btn:hover {
background-color: rgb(240,240,240) !important;
box-shadow: none !important;
}
</style>
|
Could you please check the above
code and get back to us, if you need any further assistance on this.
Regards,
YuvanShankar A