Skip to content

Commit

Permalink
fix(chip): close icon not properly aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed Mar 7, 2023
1 parent b239d3a commit 7a0fad8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions packages/default/scss/chip/_layout.scss
Expand Up @@ -29,11 +29,6 @@
.k-selected-icon-wrapper {
display: none !important; // sass-lint:disable-line no-important
}

// Adjustment for kendo-icon-wrapper
.k-icon-wrapper-host {
display: initial;
}
}


Expand All @@ -49,6 +44,11 @@
align-items: center;
overflow: hidden;
flex: 1 1 auto;

// Adjustment for kendo-icon-wrapper
.k-icon-wrapper-host {
display: initial;
}
}
.k-chip-content:first-child {
margin-inline-start: $kendo-chip-spacing;
Expand Down
10 changes: 5 additions & 5 deletions packages/fluent/scss/chip/_layout.scss
Expand Up @@ -34,11 +34,6 @@
display: none !important; // sass-lint:disable-line no-important
}

// Adjustment for kendo-icon-wrapper
.k-icon-wrapper-host {
display: initial;
}

&:hover,
&:focus {
outline: 0;
Expand Down Expand Up @@ -70,6 +65,11 @@
align-items: center;
overflow: hidden;
flex: 1 1 auto;

// Adjustment for kendo-icon-wrapper
.k-icon-wrapper-host {
display: initial;
}
}

.k-chip-content:first-child {
Expand Down
10 changes: 5 additions & 5 deletions packages/nouvelle/scss/chip/_layout.scss
Expand Up @@ -31,11 +31,6 @@
display: none !important; // sass-lint:disable-line no-important
}

// Adjustment for kendo-icon-wrapper
.k-icon-wrapper-host {
display: initial;
}

&:hover,
&:focus {
outline: 0;
Expand All @@ -55,6 +50,11 @@
align-items: center;
overflow: hidden;
flex: 1 1 auto;

// Adjustment for kendo-icon-wrapper
.k-icon-wrapper-host {
display: initial;
}
}


Expand Down

0 comments on commit 7a0fad8

Please sign in to comment.