You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NuGetGallery/Views/Shared/ListPackages.cshtml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -86,21 +86,21 @@
86
86
<fieldsetid="frameworkfilters">
87
87
<legend>
88
88
Frameworks
89
-
<ahref="@(Model.FrameworksFilteringInformationLink)"title="Filters packages based on the target frameworks included in the NuGet Package. Click here to learn more.">
89
+
<ahref="@(Model.FrameworksFilteringInformationLink)"class="frameworkfilters-info"data-content="Filters packages based on the target frameworks they are compatible with. Click here to learn more.">
<labelfor="computed-frameworks-checkbox"aria-label="Include computed frameworks when filtering for packages.">Includecomputedframeworks</label>
96
+
<labelfor="computed-frameworks-checkbox"aria-label="Include computed compatible frameworks when filtering for packages.">Includecompatibleframeworks</label>
<divclass="framework-filter-mode-option"aria-label="ALL/ANY toggle that decides whether to show packages matching ALL of the selected Target Frameworks (TFMs), or ANY of them.">
101
101
<p>
102
102
FrameworkFilterMode
103
-
<iclass="frameworkfiltermode-info ms-Icon ms-Icon--Info"data-content="Decides whether to show packages matching ALL of the selected Target Frameworks (TFMs), or ANY of them."></i>
103
+
<iclass="frameworkfiltermode-info ms-Icon ms-Icon--Info"tabindex="0"data-content="Decides whether to show packages matching ALL of the selected Target Frameworks (TFMs), or ANY of them."></i>
0 commit comments