border-left-color

Since UXP v2.0

Specifies the top border color for an element. Supported color formats are as follows:

See

Example

.someElement {
    border-style: solid;
    border-left-color: blue;
}

Quirks and Exceptions