Outline Style
The Telerik and Kendo UI Outline Style Utilities are a collection of CSS classes that enable you to control the outline style of an element.
Utility Class | CSS Property |
---|---|
.k-outline-none | outline-style: none; |
.k-outline-solid | outline-style: solid; |
.k-outline-dashed | outline-style: dashed; |
.k-outline-dotted | outline-style: dotted; |
.k-outline-double | outline-style: double; |
.k-outline-hidden | outline-style: hidden; |
Applying an Outline Style
Use the k-outline-{style}
to apply different outline styles to an element.
Applying No Outline Style
Use the k-outline-none
to remove all outline styles from an element.