We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe1b65 commit eaf2fafCopy full SHA for eaf2faf
1 file changed
projects/element-ng/pills-input/si-input-pill.component.ts
@@ -10,6 +10,7 @@ import { addIcons, SiIconComponent } from '@siemens/element-ng/icon';
10
selector: 'si-input-pill',
11
imports: [SiIconComponent],
12
templateUrl: './si-input-pill.component.html',
13
+ styles: 'span { cursor: pointer; }',
14
host: {
15
class: 'pill pe-0',
16
'[class.pe-4]': 'hideClose()'
0 commit comments