This is a migrated thread and some comments may be shown as answers.

Problems applying k-link to <a>

1 Answer 790 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Grant asked on 25 Feb 2020, 08:29 AM

Hi, 

Whats up with the k-link class not apply any hyperlink styles?

I got the class from here: https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling#common-css-classes. but when I apply it, it actually removed styling, see dojo https://dojo.telerik.com/edUQOkop.

Please advise,

Grant

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 27 Feb 2020, 07:33 AM

Hello, Grant,

Indeed, the k-link class does not style with underline the text, however, this is so because it is used for internal styling in a design specification, where it doesn't need to have an underline decoration. However, you can easily alter the styling and apply the needed:

  <style>  
    .k-link{      
         text-decoration: underline;
    }
  </style>

Hope this would help.

Regards,
Nencho
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Grant
Top achievements
Rank 3
Iron
Iron
Veteran
Answers by
Nencho
Telerik team
Share this question
or