Skip to content

Commit

Permalink
fix(chip): add k-state-selected class where missed
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva authored and joneff committed Nov 1, 2021
1 parent 5a6498d commit d568daf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default/scss/chip/_layout.scss
Expand Up @@ -35,6 +35,7 @@
font-size: $chip-selected-icon-font-size;
}

.k-chip.k-state-selected .k-selected-icon-wrapper,
.k-chip.k-selected .k-selected-icon-wrapper {
width: $chip-selected-icon-size;
visibility: visible;
Expand All @@ -54,6 +55,7 @@
transition: width .2s, opacity .2s;
}

&.k-state-selected .k-selected-icon-wrapper,
&.k-selected .k-selected-icon-wrapper {
opacity: 1;
}
Expand Down
1 change: 1 addition & 0 deletions packages/default/scss/chip/_theme.scss
@@ -1,5 +1,6 @@
@include exports("chip/theme") {

.k-selection-multiple .k-chip-has-icon.k-state-selected .k-selected-icon-wrapper,
.k-selection-multiple .k-chip-has-icon.k-selected .k-selected-icon-wrapper {
@include fill(
$color: $chip-multiple-selected-icon-text,
Expand Down

0 comments on commit d568daf

Please sign in to comment.