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

feat: new list styles #132

Closed

Conversation

jrbromberg
Copy link
Contributor

@jrbromberg jrbromberg commented Nov 18, 2022

Alaska Airlines Pull Request

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes: #115

Summary:

Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.

Type of change:

Please delete options that are not relevant.

  • New capability
  • Revision of an existing capability
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.

Thank you for your submission!

-- Auro Design System Team

@jrbromberg jrbromberg requested a review from a team as a code owner November 18, 2022 23:45
@CLAassistant
Copy link

CLAassistant commented Nov 18, 2022

CLA assistant check
All committers have signed the CLA.

auro-icon{
width: $auro-size-200;
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a new line at the end of the file.

Comment on lines +50 to +62
#{$scope}.#{$prefix}util_listNoIndent {
padding-left: 2*$auro-size-200;
list-style: none;
margin-left: 1px;
li {
text-indent: -$auro-size-200;
}
li::before {
content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='6'><circle cx='3' cy='2' r='2'></circle></svg>");
display: inline-block;
width: $auro-size-200;
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leeejune do we have a design spec that this is developed against?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blackfalcon I am not aware of any specs!

@blackfalcon blackfalcon linked an issue Nov 21, 2022 that may be closed by this pull request
@blackfalcon blackfalcon requested a review from leeejune November 21, 2022 23:32
@braven112
Copy link
Member

Closing in favor of this PR with the update design #138

@braven112 braven112 closed this Dec 9, 2022
@braven112 braven112 removed a link to an issue Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants