border-bottom-style

Since: UXP v2.0

Specifies the style of bottom border to render.

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

Example

Copied to your clipboard
1.button {
2 border-bottom-width: 2px;
3 border-bottom-style: solid;
4 border-bottom-color: white;
5}

Quirks and Exceptions

  • Not all Spectrum UXP components allow border overrides.
  • Border styles do not work for specific sides; they can only be applied to the entire element.