Skip to content

Commit

Permalink
Ensure hidden apis are greyed out (#5639)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Mar 10, 2023
1 parent 6c4332d commit 606d6ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/dotnet/APIView/APIViewWeb/Client/css/shared/codeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@
text-decoration: line-through;
}

.hidden-api {
color: var(--text-muted-color) !important;
font-style: italic;
}

.hidden-row {
display: none;
}
Expand Down Expand Up @@ -311,4 +306,9 @@ code {
max-width: 2000px;
}

.hidden-api {
color: var(--text-muted-color) !important;
font-style: italic;
}

/*---------------------------------------------------------------------*/

0 comments on commit 606d6ea

Please sign in to comment.