Skip to content

Commit

Permalink
Improve redesigned installation instruction's accessibility (#8756)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Aug 25, 2021
1 parent f260900 commit fa195ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/NuGetGallery/Views/Packages/DisplayPackageV2.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,9 @@
{
<div class="installation-instructions">
<div>
<select name="installation-instructions" class="installation-instructions-dropdown">
<select name="installation-instructions"
class="installation-instructions-dropdown"
aria-label="Select a package manager">
@foreach (var packageManager in packageManagers)
{
<option value="@packageManager.Id">@packageManager.Name</option>
Expand Down

0 comments on commit fa195ba

Please sign in to comment.