File tree Expand file tree Collapse file tree
NuGetGallery/Views/Packages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 219219 margin-bottom : 18px ;
220220 }
221221
222+ .ms-Icon {
223+ top : 1px ;
224+ }
225+
222226 img .icon {
223227 position : absolute ;
228+ top : 1px ;
224229 left : -24px ;
225230 width : 16px ;
226231 height : 16px ;
432437 font-size : 14px ;
433438 font-family : @font-family-base ;
434439 color : #323130 ;
440+
441+ .ms-Icon {
442+ position : relative ;
443+ top : 2px ;
444+ }
435445 }
436446 }
437447
Original file line number Diff line number Diff line change 487487 @if (! Model .Deleted )
488488 {
489489 <li role =" presentation" class =" active" id =" show-readme-container" >
490- <a href =" #readme-tab" aria-controls =" readme-tab" role =" tab" data-toggle =" tab" id =" readme-body-tab" class =" body-tab" >README </a >
490+ <a href =" #readme-tab" aria-controls =" readme-tab" role =" tab" data-toggle =" tab" id =" readme-body-tab" class =" body-tab" >
491+ <i class =" ms-Icon ms-Icon--Dictionary" aria-hidden =" true" ></i >
492+ README
493+ </a >
491494 </li >
492495 <li role =" presentation" >
493- <a href =" #dependencies-tab" aria-controls =" dependencies-tab" role =" tab" data-toggle =" tab" id =" dependencies-body-tab" class =" body-tab" >Dependencies </a >
496+ <a href =" #dependencies-tab" aria-controls =" dependencies-tab" role =" tab" data-toggle =" tab" id =" dependencies-body-tab" class =" body-tab" >
497+ <i class =" ms-Icon ms-Icon--Packages" aria-hidden =" true" ></i >
498+ Dependencies
499+ </a >
494500 </li >
495501 }
496502
497503 @if (! Model .IsDotnetToolPackageType && (Model .IsGitHubUsageEnabled || Model .IsPackageDependentsEnabled ))
498504 {
499505 <li role =" presentation" >
500- <a href =" #usedby-tab" aria-controls =" usedby-tab" role =" tab" data-toggle =" tab" id =" usedby-body-tab" class =" body-tab" >Used By </a >
506+ <a href =" #usedby-tab" aria-controls =" usedby-tab" role =" tab" data-toggle =" tab" id =" usedby-body-tab" class =" body-tab" >
507+ <i class =" ms-Icon ms-Icon--BranchFork2" aria-hidden =" true" ></i >
508+ Used By
509+ </a >
501510 </li >
502511 }
503512
504513 <li role =" presentation" >
505- <a href =" #versions-tab" aria-controls =" versions-tab" role =" tab" data-toggle =" tab" id =" versions-body-tab" class =" body-tab" >Versions</a >
514+ <a href =" #versions-tab" aria-controls =" versions-tab" role =" tab" data-toggle =" tab" id =" versions-body-tab" class =" body-tab" >
515+ <i class =" ms-Icon ms-Icon--Stopwatch" aria-hidden =" true" ></i >
516+ Versions
517+ </a >
506518 </li >
507519
508520 @if (! String .IsNullOrWhiteSpace (Model .ReleaseNotes ))
509521 {
510522 <li role =" presentation" >
511- <a href =" #releasenotes-tab" aria-controls =" releasenotes-tab" role =" tab" data-toggle =" tab" id =" release-body-tab" class =" body-tab" >Release Notes </a >
523+ <a href =" #releasenotes-tab" aria-controls =" releasenotes-tab" role =" tab" data-toggle =" tab" id =" release-body-tab" class =" body-tab" >
524+ <i class =" ms-Icon ms-Icon--ReadingMode" aria-hidden =" true" ></i >
525+ Release Notes
526+ </a >
512527 </li >
513528 }
514529 </ul >
You can’t perform that action at this time.
0 commit comments