NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.52k stars 644 forks source link

Fix Framework Filter Mode tooltip colors #9826

Closed advay26 closed 4 months ago

advay26 commented 4 months ago

Addresses https://github.com/NuGet/NuGetGallery/issues/9818

The bootstrap popover on the Framework Filter Mode tooltip had different colors within it:

We were using a title attribute for the text earlier. Switching to a data-content attribute fixes this issue: