<SfTab ShowCloseButton="true" CssClass="customize-close-icon">
..........................................................
</SfTab>
<style>
.customize-close-icon.e-tab .e-tab-header .e-toolbar-item .e-close-icon, .customize-close-icon.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before {
font-size: 15px;
}
.customize-close-icon.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover {
color: red;
} </style> |
Thanks,it worked fine when I customize the effect of the close button when hovering, but it didn't work when I set the font-size to 10px, Is there a limit on the minimum size?