Edit in GitHubLog an issue

border-style

Since UXP v2.0

Specifies the type of border to render.

ValueRendering
none
No border
solid
A solid border
dashed
A dashed border

All other CSS border styles are treated as solid, including hidden.

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

Example

Copied to your clipboard
1.button {
2 border-width: 2px;
3 border-style: solid;
4 border-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.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.