File tree Expand file tree Collapse file tree 3 files changed +21
-14
lines changed
src/webviews/apps/plus/focus/components Expand file tree Collapse file tree 3 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -127,14 +127,18 @@ export class GkIssueRow extends LitElement {
127127 <gk-badge>pending suggestions</gk-badge> -->
128128 </ p >
129129 < p >
130- < gk-tag variant ="ghost ">
131- < span slot ="prefix "> < code-icon icon ="comment-discussion "> </ code-icon > </ span >
132- ${ this . issue . commentsCount }
133- </ gk-tag >
134- < gk-tag variant ="ghost ">
135- < span slot ="prefix "> < code-icon icon ="thumbsup "> </ code-icon > </ span >
136- ${ this . issue . thumbsUpCount }
137- </ gk-tag >
130+ < gk-tooltip
131+ > < gk-tag variant ="ghost " slot ="trigger ">
132+ < span slot ="prefix "> < code-icon icon ="comment-discussion "> </ code-icon > </ span >
133+ ${ this . issue . commentsCount } </ gk-tag
134+ > < span > Comments</ span > </ gk-tooltip
135+ >
136+ < gk-tooltip
137+ > < gk-tag variant ="ghost " slot ="trigger ">
138+ < span slot ="prefix "> < code-icon icon ="thumbsup "> </ code-icon > </ span >
139+ ${ this . issue . thumbsUpCount } </ gk-tag
140+ > < span > Thumbs Up</ span > </ gk-tooltip
141+ >
138142 </ p >
139143 < span slot ="people ">
140144 < gk-avatar-group >
Original file line number Diff line number Diff line change @@ -211,10 +211,13 @@ export class GkPullRequestRow extends LitElement {
211211 < span slot ="additions "> ${ this . pullRequest . additions } </ span >
212212 < span slot ="deletions "> ${ this . pullRequest . deletions } </ span >
213213 </ gk-additions-deletions >
214- < gk-tag variant ="ghost ">
215- < span slot ="prefix "> < code-icon icon ="comment-discussion "> </ code-icon > </ span >
216- ${ this . pullRequest . comments }
217- </ gk-tag >
214+ < gk-tooltip >
215+ < gk-tag variant ="ghost " slot ="trigger ">
216+ < span slot ="prefix "> < code-icon icon ="comment-discussion "> </ code-icon > </ span >
217+ ${ this . pullRequest . comments }
218+ </ gk-tag >
219+ < span > Comments</ span >
220+ </ gk-tooltip >
218221 </ p >
219222 < span slot ="people ">
220223 < gk-avatar-group >
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ export const themeProperties = css`
2121 - - gk- butto n- outline-color - active: var(- - background-10);
2222 - - gk- butto n- outline-color - dis abled: var(- - color - for eground- -50);
2323
24- - - gk- to oltip- background- color : var(- - popover- bg);
25- - - gk- to oltip- font- color : var(- - color - for eground);
24+ - - gk- to oltip- background- color : var(- - popover- bg); / / var( - - vscode-edi to rHoverWidget - background);
25+ - - gk- to oltip- font- color : var(- - color - for eground); / / var( - - vscode-edi to rHoverWidget - f or eground);
2626 - - gk- to oltip- font- weight: normal;
2727 - - gk- to oltip- font- size: 1.2rem;
2828 }
You can’t perform that action at this time.
0 commit comments