-
Notifications
You must be signed in to change notification settings - Fork 12
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(select): add scale attribute with condensed (VIV-1836) #1901
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1901 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 123 342 +219
Lines 1562 6267 +4705
Branches 108 792 +684
===========================================
+ Hits 1562 6267 +4705
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ndensed-to-select
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added some comments to align the css to be aligned to what we have in text-field :)
border-radius: var(#{variables.$select-control-border-radius}); | ||
background-color: var(#{appearance.get-appearance-token(fill)}); | ||
block-size: var(#{variables.$select-block-size}); | ||
padding-inline: var(#{variables.$select-padding-inline}); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to be inside the first &{}.
We prefer the @includes to be the first of the class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I'm approving this - but I think that we might need to add condensed to option as well
@AyalaBu ?
I absolutely agree about the condensed option |
No description provided.