Skip to content

Commit fe5631b

Browse files
authored
Merge pull request #4481 from IgniteUI/tzhelev/fix-4477-master
Fix color of icon tooltip target sample - master
2 parents 4b3c76a + 071bc77 commit fe5631b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/app/tooltip/tooltip.sample.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
}
6868

6969
.locationIcon {
70+
margin-right: 10px;
71+
min-width: 25px;
7072
width: 45px;
7173
height: 45px;
7274
}

src/app/tooltip/tooltip.sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h4 class="sample-title">Rich tooltip</h4>
4444
<igx-card>
4545
<igx-card-content style="padding: 0px;">
4646
<div class="location">
47-
<igx-icon class="cursorHover" fontSet="material" [igxTooltipTarget]="locationTooltip">location_on</igx-icon>
47+
<igx-icon class="cursorHover" fontSet="material" [color]="'rgb(0,153,255)'" [igxTooltipTarget]="locationTooltip">location_on</igx-icon>
4848

4949
<div class="locationTooltip" #locationTooltip="tooltip" igxTooltip>
5050
<div class="locationTooltipContent">

0 commit comments

Comments
 (0)