Outline Offset
The Telerik and Kendo UI Outline Offset Utilities are a collection of CSS classes that enable you to control the outline offset of an element.
Utility Class | CSS Property |
---|---|
.k-outline-offset-8 | outline-offset: 8px; |
.k-outline-offset | outline-offset: 1px; |
.k-outline-offset-0 | outline-offset: 0; |
.k-outline-offset-2 | outline-offset: 2px; |
.k-outline-offset-4 | outline-offset: 4px; |
Applying an Outline Offset
Use the k-outline-offset
, k-outline-offset-2
, k-outline-offset-4
, and k-outline-offset-8
to apply different outline offset to an element.
Applying No Outline Offset
Use the k-outline-offset-0
to remove the outline offset from an element.