Hello,
When I change the material theme to the default theme, the image inside the image-only button is not vertically aligned in the middle anymore: http://dojo.telerik.com/enefU/3
I have a similar issue with toolbar buttons too: http://dojo.telerik.com/OCICi
Currently I am trying to solve the issue with following CSS style, but it's not perfect:
.k-button .k-image {
vertical-align: middle;
}
Any recommendations?
Best regards,
Kaan