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