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

fix(list-item): correct spacing errors in medium and large scales #10962

Merged
merged 10 commits into from
Dec 4, 2024

Commits on Dec 3, 2024

  1. fix(list-item): adding left and right xxs padding to selection-contai…

    …ner at medium scale, nested, draggable
    eriklharper committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    dd97056 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847311a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. removing unnecessary unset css rule since padding-inline-start is nev…

    …er set by default for the nested display mode
    eriklharper committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    0fdcedc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46f123c View commit details
    Browse the repository at this point in the history
  3. small scale: removing extra left padding on drag-enabled display-mode…

    …="nested" selection-appearance="icon", correcting selection container inline padding for nested draggable, and refactoring to remove an unset rule.
    eriklharper committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    73ccab7 View commit details
    Browse the repository at this point in the history
  4. removing unnecessary padding rule on selection container since it is …

    …already set on a less-specific selector
    eriklharper committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    bdc7d51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5d24fa View commit details
    Browse the repository at this point in the history
  6. large scale: removing all selection container rules for nested displa…

    …y mode since they're always supposed to be 0 and fixing left container padding to be xxs when drag-handle + display-mode="nested" + selection-appearance="icon"
    eriklharper committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    a64b5f4 View commit details
    Browse the repository at this point in the history
  7. updating story and demos to add selected states to applicable scale e…

    …xamples and updated the title of the selection appearance border stories
    eriklharper committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    545f988 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b8a7da View commit details
    Browse the repository at this point in the history