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

Button: Adopt support for border color, style, and width #44574

Merged
merged 5 commits into from
Feb 7, 2023

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    e0ff9c7 View commit details
    Browse the repository at this point in the history
  2. Override core theme.json's button element style

    The border-width: 0; set by the button element through the Elements API interferes with the UX of adding a border. It means we are back to the situation needing to set multiple fields before a border shows if we don't override it.
    aaronrobertshaw committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    58e488c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Fix typo

    aaronrobertshaw committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    47bfcc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    067f07f View commit details
    Browse the repository at this point in the history
  3. Simplify comment

    glendaviesnz committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4ca13f0 View commit details
    Browse the repository at this point in the history