diff --git a/src/webviews/apps/plus/focus/components/gk-issue-row.ts b/src/webviews/apps/plus/focus/components/gk-issue-row.ts index f5ff0a5..37d9656 100644 --- a/src/webviews/apps/plus/focus/components/gk-issue-row.ts +++ b/src/webviews/apps/plus/focus/components/gk-issue-row.ts @@ -127,14 +127,18 @@ export class GkIssueRow extends LitElement { pending suggestions -->

- - - ${this.issue.commentsCount} - - - - ${this.issue.thumbsUpCount} - + + + ${this.issue.commentsCount} Comments + + + ${this.issue.thumbsUpCount} Thumbs Up

diff --git a/src/webviews/apps/plus/focus/components/gk-pull-request-row.ts b/src/webviews/apps/plus/focus/components/gk-pull-request-row.ts index a8c3443..b36a7fe 100644 --- a/src/webviews/apps/plus/focus/components/gk-pull-request-row.ts +++ b/src/webviews/apps/plus/focus/components/gk-pull-request-row.ts @@ -211,10 +211,13 @@ export class GkPullRequestRow extends LitElement { ${this.pullRequest.additions} ${this.pullRequest.deletions} - - - ${this.pullRequest.comments} - + + + + ${this.pullRequest.comments} + + Comments +

diff --git a/src/webviews/apps/plus/focus/components/gk-theme.css.ts b/src/webviews/apps/plus/focus/components/gk-theme.css.ts index 0f8d37e..e37685f 100644 --- a/src/webviews/apps/plus/focus/components/gk-theme.css.ts +++ b/src/webviews/apps/plus/focus/components/gk-theme.css.ts @@ -21,8 +21,8 @@ export const themeProperties = css` --gk-button-outline-color-active: var(--background-10); --gk-button-outline-color-disabled: var(--color-foreground--50); - --gk-tooltip-background-color: var(--popover-bg); - --gk-tooltip-font-color: var(--color-foreground); + --gk-tooltip-background-color: var(--popover-bg); // var(--vscode-editorHoverWidget-background); + --gk-tooltip-font-color: var(--color-foreground); // var(--vscode-editorHoverWidget-foreground); --gk-tooltip-font-weight: normal; --gk-tooltip-font-size: 1.2rem; }