Outline Color
The Telerik and Kendo UI Outline Color Utilities are a collection of CSS classes that enable you to control the outline color of an element.
Utility Class | CSS Property |
---|---|
.k-outline-white | outline-color: white; |
.k-outline-inherit | outline-color: inherit; |
.k-outline-currentColor | outline-color: currentColor; |
.k-outline-transparent | outline-color: transparent; |
.k-outline-black | outline-color: black; |
Applying an Outline Color
Use the k-outline-{color}
to apply different outline colors to an element.