I have a grid with a column that contains clickable text in <a> tags and want it to be obvious to the user that this is clickable, by having the text display in blue.
However, there is a CSS class being applied that is preventing the styling from showing:
.k-grid a {
color: inherit;
text-decoration: none;
}
Is it possible for me to modify the styling of these links within ThemeBuilder and not have to add a custom global style override? I have not found any way of changing this.
Thanks