Skip to content

Commit 67168d0

Browse files
committed
fix(chip): chips look wrong in Safari
1 parent 5e0c280 commit 67168d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects/igniteui-angular/src/lib/core/styles/components/chip/_chip-theme.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -430,13 +430,13 @@
430430
%igx-chip__select {
431431
display: inline-flex;
432432
align-items: center;
433-
z-index: 1;
434-
opacity: 1;
435433
width: 18px;
436-
transition: opacity 120ms $ease-in-out-quad, width 120ms $ease-in-out-quad;
434+
opacity: 1;
435+
z-index: 1;
436+
transition: opacity 120ms $ease-out-quad, width 120ms $ease-out-quad;
437437

438438
> * {
439-
width: 18px !important;
439+
width: inherit !important;
440440
}
441441

442442
+ igx-prefix,
@@ -446,9 +446,9 @@
446446
}
447447

448448
%igx-chip__select--hidden {
449+
width: 0;
449450
opacity: 0;
450451
z-index: -1;
451-
width: 0;
452452

453453
+ igx-prefix,
454454
+ [igxPrefix] {

0 commit comments

Comments
 (0)