Skip to content

Commit 2be94b6

Browse files
authored
Merge pull request #16880 from IgniteUI/didimmova/fix-simple-combo-cursor
fix(simple-combo): fix simple combo clear button cursor
2 parents cab0024 + 61cbaee commit 2be94b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

projects/igniteui-angular/core/src/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)