Skip to content

Commit

Permalink
fix(chip): chipmenu popup not properly positioned
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and Juveniel committed Feb 22, 2023
1 parent e39be77 commit d096bfa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/chip/_layout.scss
Expand Up @@ -29,6 +29,11 @@
.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 Down
5 changes: 5 additions & 0 deletions packages/fluent/scss/chip/_layout.scss
Expand Up @@ -34,6 +34,11 @@
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
5 changes: 5 additions & 0 deletions packages/nouvelle/scss/chip/_layout.scss
Expand Up @@ -31,6 +31,11 @@
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

0 comments on commit d096bfa

Please sign in to comment.