Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styles: Allow global styles padding to apply to blocks with background #61999

Open
wants to merge 31 commits into
base: trunk
Choose a base branch
from

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    15a2337 View commit details
    Browse the repository at this point in the history
  2. Adjust based on #59457

    ellatrix authored and aaronrobertshaw committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d92a459 View commit details
    Browse the repository at this point in the history
  3. Fix php unit tests

    ellatrix authored and aaronrobertshaw committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6994969 View commit details
    Browse the repository at this point in the history
  4. Fix js tests

    ellatrix authored and aaronrobertshaw committed May 26, 2024
    Configuration menu
    Copy the full SHA
    898ee0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d0b150 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04cb931 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f07cf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    177bd01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b43232 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b278d7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e617223 View commit details
    Browse the repository at this point in the history
  12. Add backport log entry

    ellatrix authored and aaronrobertshaw committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f14f4c1 View commit details
    Browse the repository at this point in the history
  13. Move block style variation styles to after block styles

    Given they will have level specificity the variation styles should override the global block styles.
    aaronrobertshaw committed May 26, 2024
    Configuration menu
    Copy the full SHA
    92b680c View commit details
    Browse the repository at this point in the history
  14. Update button styles

    aaronrobertshaw committed May 26, 2024
    Configuration menu
    Copy the full SHA
    23c538a View commit details
    Browse the repository at this point in the history
  15. Update image styles

    aaronrobertshaw committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9f6226d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3781d7e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    089a9b4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    497ef7d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    545ead6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6f12810 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f010443 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    46a95c3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    58daed1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5b079e4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cff5380 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    66cb8f3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    362d2ae View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    06f8857 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Revert "Fix paragraph block's has-padding style"

    This reverts commit 362d2ae.
    aaronrobertshaw committed May 27, 2024
    Configuration menu
    Copy the full SHA
    da3b222 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix list block's has-background padding"

    This reverts commit 66cb8f3.
    aaronrobertshaw committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b73cffe View commit details
    Browse the repository at this point in the history
  3. Styles: Allow global styles padding to apply to blocks with background

    Fixes the paragraph and list blocks.
    aaronrobertshaw committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6530390 View commit details
    Browse the repository at this point in the history