Edit in GitHubLog an issue

Universal selector

Since: UXP v3.0

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

Example

Copied to your clipboard
1* {
2 border: 1px solid red;
3}
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.