Skip to content

Commit eaf2faf

Browse files
committed
fix(pills-input): show correct cursor when hovering delete
Related to #888
1 parent efe1b65 commit eaf2faf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

projects/element-ng/pills-input/si-input-pill.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { addIcons, SiIconComponent } from '@siemens/element-ng/icon';
1010
selector: 'si-input-pill',
1111
imports: [SiIconComponent],
1212
templateUrl: './si-input-pill.component.html',
13+
styles: 'span { cursor: pointer; }',
1314
host: {
1415
class: 'pill pe-0',
1516
'[class.pe-4]': 'hideClose()'

0 commit comments

Comments
 (0)