border-left-style

Since UXP v2.0

Specifies the style of left border to render.

See: https://developer.mozilla.org/en/docs/Web/CSS/border-left-style

Example

.button {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: white;
}

Quirks and Exceptions