Skip to content

Commit 39b0f3f

Browse files
authored
Merge pull request #16881 from IgniteUI/didimmova/fix-simple-combo-cursor-20.1.x
fix(simple-combo): fix simple combo clear button cursor
2 parents 02694ea + 8bb7f8a commit 39b0f3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@
184184
}
185185

186186
%igx-combo__clear-button {
187+
cursor: pointer;
188+
187189
@if $variant == 'bootstrap' {
188190
border-inline-end: rem(1px) solid var(--border-color);
189191
}

0 commit comments

Comments
 (0)