Skip to content

Commit

Permalink
fix(multiselect): clear icon is not visible on focus
Browse files Browse the repository at this point in the history
The clear icon is rendered at all times and its visibility is controlled by the theme. Overrides in the test file prevented this issue from surfacing, and this commit resolves this.
  • Loading branch information
gyoshev committed May 8, 2018
1 parent 4923572 commit d33a8a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/common/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,11 @@ $forms-invalid-color: $error !default;
justify-content: center;
margin-bottom: -($form-line-height * $font-size / 2);
}
}

.k-autocomplete,
.k-dropdown-wrap,
.k-multiselect {
&.k-state-focused,
&.k-state-hover,
&:hover {
Expand Down

0 comments on commit d33a8a8

Please sign in to comment.