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
1.withCommas > *::after {
2 content: ",";
3}
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.