Edit in GitHubLog an issue

::after

Since UXP v3.0

Creates a pseudo-element after the matched element.

See: https://developer.mozilla.org/en-US/docs/Web/CSS/::after

Example:

Copied to your clipboard
.withCommas > *::after {
content: ",";
}
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.