Skip to content

Commit

Permalink
Merge pull request #1935 from posit-dev/dotnomad/link-underlines
Browse files Browse the repository at this point in the history
Support link underlines accessibility setting
  • Loading branch information
sagerb committed Jul 9, 2024
2 parents c763e19 + 80bca9c commit 190efac
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
<vscode-progress-ring class="progress-ring" />
<div class="progress-desc">
<div>Deployment in Progress...</div>
<div class="progress-log-anchor">
<p class="progress-log-anchor">
<a href="" role="button" @click="onViewPublishingLog"
>View Log</a
>
</div>
</p>
</div>
</div>
<ActionToolbar
Expand Down Expand Up @@ -471,6 +471,7 @@ const newCredential = () => {
.progress-log-anchor {
margin-top: 5px;
margin-bottom: 0px;
}
.deployment-details-container {
Expand Down

0 comments on commit 190efac

Please sign in to comment.