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

New default package img, textare padding, reserved icon #10029

Merged

Conversation

martinrrm
Copy link
Contributor

@martinrrm martinrrm commented Jun 20, 2024

Addresses #9964

Prefix reserved and default icon

image

Sort by select size fixed and default icon on dark mode

image

Padding is the same on text area and select

image

@@ -974,7 +973,7 @@
else
{
<td tabindex="0" class="package-icon-cell package-warning-icon" aria-label="@packageVersion.PackageWarningIconTitle">
<i class="ms-Icon ms-Icon--Warning package-icon" title="@packageVersion.PackageWarningIconTitle"></i>
<i tabindex="0" class="ms-Icon ms-Icon--Warning package-icon" title="@packageVersion.PackageWarningIconTitle"></i>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added tab stop to warning icon in package versions table, this was an accesibility bug

<span class="tooltip-wrapper tooltip-with-icon popover right">
<span class="arrow"></span>
<span class="popover-content">
@NuGetGallery.Strings.FrameworkFilters_Tooltip
<a href="@(Model.FrameworksFilteringInformationLink)">Click here to learn more.</a>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved "Click here to learn more" here so it can be a link, this caused a nested anchor, so I changed it to spans

@martinrrm martinrrm marked this pull request as ready for review June 20, 2024 06:56
@martinrrm martinrrm requested a review from a team as a code owner June 20, 2024 06:56
@martinrrm martinrrm merged commit 14aa12b into dev-martinrrm-feature-new-theme Jun 20, 2024
2 checks passed
martinrrm added a commit that referenced this pull request Jun 21, 2024
* New default package img, textare padding, reserved icon

* [Dark Theme] Accessibility and UI fixes

* Sort by select

* default package icon
@joelverhagen joelverhagen deleted the dev-martinrrm-dark-theme-fixes-3 branch August 22, 2024 16:37
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.

3 participants