border-right-style

Since UXP v2.0

Specifies the style of right border to render.

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

Example

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

Quirks and Exceptions