Skip to content

Commit

Permalink
Merge pull request #2480 from posit-dev/dotnomad/deployment-title
Browse files Browse the repository at this point in the history
De-emphasize deployments select label
  • Loading branch information
dotNomad authored Dec 12, 2024
2 parents 879bc8d + b971682 commit 38f1cdd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template>
<div v-if="home.initializingRequestComplete">
<div class="label">
<span>Deployment:</span>
<span class="text-sm text-sidebar-section-header">DEPLOYMENT</span>

<ActionToolbar
title="Deployment"
Expand Down
8 changes: 8 additions & 0 deletions extensions/vscode/webviews/homeView/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ body {
width: 100%;
}

.text-sm {
font-size: 11px;
}

.text-foreground {
color: var(--vscode-foreground);
}
Expand All @@ -42,6 +46,10 @@ body {
color: var(--vscode-list-deemphasizedForeground);
}

.text-sidebar-section-header {
color: var(--vscode-sideBarSectionHeader-foreground);
}

.text-error {
color: var(--vscode-list-errorForeground);
}
Expand Down

0 comments on commit 38f1cdd

Please sign in to comment.