Skip to content

Commit

Permalink
fix(chip): select icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and elena-gancheva committed Jan 10, 2020
1 parent 7e5a0ae commit 8b74585
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/default/scss/chip/_layout.scss
Expand Up @@ -43,11 +43,9 @@
}

> .k-chip-has-icon {
&.k-chip-selected {
.k-selected-icon-wrapper {
border-radius: 50%;
position: absolute;
}
.k-selected-icon-wrapper {
border-radius: 50%;
position: absolute;
}
}

Expand Down

0 comments on commit 8b74585

Please sign in to comment.