Skip to content

Commit 99a980d

Browse files
akarivclaude
andcommitted
Use bk-tooltip for core aspect info instead of title attribute
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 571f4ef commit 99a980d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

projects/budgetkey/src/app/item/items/item-soproc/item-social-service-gov-unit/item-social-service-gov-unit.component.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,17 @@ <h4>{{p.principleTitle}}</h4>
191191
<div class='bar-low' [style.width.%]='a.lowPct' *ngIf='a.lowPct > 0' [title]='"מספר מכרזים: " + a.lowCount'><div class='bar-text'>{{a.lowPct}}<small *ngIf='a.lowPct>=10'>%</small></div></div>
192192
</div>
193193
<div class='aspect-label-col'>
194-
<div class='core-header' *ngIf='a.isCore' title='היבט נקודתי המייצג את העיקרון'>
194+
<div class='core-header' *ngIf='a.isCore'>
195195
<svg class='core-icon' width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
196196
<path d="M9.33333 17.6667C13.9357 17.6667 17.6667 13.9357 17.6667 9.33333C17.6667 4.73096 13.9357 1 9.33333 1C4.73096 1 1 4.73096 1 9.33333C1 13.9357 4.73096 17.6667 9.33333 17.6667Z" stroke="#CB30E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
197197
<path d="M9.33333 14.3333C12.0948 14.3333 14.3333 12.0948 14.3333 9.33333C14.3333 6.57191 12.0948 4.33333 9.33333 4.33333C6.57191 4.33333 4.33333 6.57191 4.33333 9.33333C4.33333 12.0948 6.57191 14.3333 9.33333 14.3333Z" stroke="#CB30E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
198198
<path d="M9.33333 11C10.2538 11 11 10.2538 11 9.33333C11 8.41286 10.2538 7.66667 9.33333 7.66667C8.41286 7.66667 7.66667 8.41286 7.66667 9.33333C7.66667 10.2538 8.41286 11 9.33333 11Z" stroke="#CB30E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
199199
</svg>
200200
<span class='core-label'>היבט ליבה</span>
201-
<img src='assets/item/img/icon-Info.svg' class='info-icon' alt=''/>
201+
<span class='bk-tooltip-anchor'>
202+
<img src='assets/item/img/icon-Info.svg' class='info-icon' alt=''/>
203+
<span class='bk-tooltip'>היבט נקודתי המייצג את העיקרון</span>
204+
</span>
202205
</div>
203206
<div class='aspect-label'>{{a.name}}</div>
204207
</div>

0 commit comments

Comments
 (0)