Skip to content

Commit 41d787b

Browse files
authored
Expand deprecations by default on display package page (#8767)
Originally implemented by @fowl2, this adds some more fixes. This affects both old and new designs of the display package page. Addresses #8618 Replaces: #8619
1 parent f3d545c commit 41d787b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetGallery/Views/Packages/_DisplayPackageDeprecation.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
</div>
3636

3737
<div class="deprecation-expander-container">
38-
<i id="deprecation-expander-icon-right" class="deprecation-expander-icon deprecation-expander-info-right ms-Icon ms-Icon--ChevronDown" aria-hidden="true"></i>
38+
<i id="deprecation-expander-icon-right" class="deprecation-expander-icon deprecation-expander-info-right ms-Icon ms-Icon--ChevronUp" aria-hidden="true"></i>
3939
</div>
4040
</div>
4141
</div>
4242

43-
<div class="deprecation-content-container collapse" id="deprecation-content-container">
43+
<div class="deprecation-content-container collapse in" id="deprecation-content-container">
4444
@if (!string.IsNullOrEmpty(Model.AlternatePackageId))
4545
{
4646
string alternateUrl;

0 commit comments

Comments
 (0)