Edit in GitHubLog an issue

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

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