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

Unify border-radius behavior #26770

Merged
merged 5 commits into from
Aug 28, 2023

Commits on Aug 28, 2023

  1. Unify border-radius behavior

    Changes:
    - no more hardcoded `border-radius`es (apart from `0`)
    - no more value inconsistencies
    - two new variables:
      - `--border-radius-large` (for elements where the normal border radius does not suffice)
      - `--circle-border` (for displaying circles)
    delvh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ed468c2 View commit details
    Browse the repository at this point in the history
  2. Integer-ify border-radius value

    Co-authored-by: silverwind <me@silverwind.io>
    delvh and silverwind committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3acd2ff View commit details
    Browse the repository at this point in the history
  3. Rename --circle-border -> border-radius-circle

    and decrease `--border-radius-large` to `6px`
    delvh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f075605 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91d9249 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b024d4 View commit details
    Browse the repository at this point in the history