Skip to content

Commit

Permalink
fix(dropdowns): remove misleading cursor pointer on combobox border
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-gancheva committed Oct 15, 2018
1 parent 172bd3d commit 2877a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/combobox/_layout.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Button inner size should be calculated with the widget font-size instead of the icon-size
$close-icon-position-y: calc(#{$input-padding-x} + #{$button-padding-y} * 2 + #{$form-line-height * $font-size}) !default;; // $input-padding-x + button-inner-size()
$close-icon-position-y: calc(#{$input-padding-x} + #{$button-padding-y} * 2 + #{$form-line-height * $font-size}) !default; // $input-padding-x + button-inner-size()

@include exports("combobox/layout") {

Expand Down
1 change: 1 addition & 0 deletions packages/default/scss/combobox/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.k-dropdown-wrap {
@include appearance( input );
background-clip: padding-box;
cursor: initial;

.k-ie11 &,
.k-edge12 &,
Expand Down

0 comments on commit 2877a87

Please sign in to comment.