-
Notifications
You must be signed in to change notification settings - Fork 170
chore: VR improvements #3374
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
base: main
Are you sure you want to change the base?
chore: VR improvements #3374
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3374 +/- ##
==========================================
- Coverage 96.51% 96.51% -0.01%
==========================================
Files 806 806
Lines 23032 23029 -3
Branches 7551 7962 +411
==========================================
- Hits 22230 22227 -3
Misses 795 795
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…cape-design/components into implement-vr-improvements
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.
Approved overall, but there are a couple improvements in dev pages and one comment about radio button
…cape-design/components into implement-vr-improvements
src/segmented-control/styles.scss
Outdated
border-start-start-radius: awsui.$border-radius-button; | ||
border-start-end-radius: awsui.$border-radius-button; | ||
border-end-start-radius: awsui.$border-radius-button; | ||
border-end-end-radius: awsui.$border-radius-button; | ||
align-items: center; | ||
min-block-size: calc(awsui.$line-height-body-m + awsui.$space-static-xxs); | ||
padding-inline: awsui.$space-static-xxxs; | ||
padding-block: calc(seg.$segment-gap / 2 - awsui.$border-width-field); | ||
padding-inline: calc(seg.$segment-gap - 1px); |
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.
Why is this 1px
? Does that need to match some other element / variable?
… min height of prompt-input
Description
As part of VR improvements, this PR changes 1) the page background color of AppLayoutToolbar to create a greater visual hierarchy in a page, and 2) change the stroke width of form field controls from 2px to 1px.
Related links, issue #, if available: n/a
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md
.CONTRIBUTING.md
.Security
checkSafeUrl
function.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.