Skip to content

Commit

Permalink
fix(grid): dropdown operator height does not match input height
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel committed Oct 2, 2023
1 parent 26770b0 commit 83254f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion packages/default/scss/dropdownlist/_layout.scss
Expand Up @@ -12,7 +12,6 @@
.k-dropdown-operator {
width: min-content;
flex: none;
aspect-ratio: 1;

.k-input-button {
border-width: 0;
Expand Down
10 changes: 0 additions & 10 deletions packages/default/scss/grid/_layout.scss
Expand Up @@ -574,16 +574,6 @@
}
}

.k-input,
.k-picker {
width: auto;
flex: 1 1 auto;
}
.k-color-picker,
.k-dropdown-operator {
width: min-content;
flex: none;
}
}

// Grid content
Expand Down
1 change: 0 additions & 1 deletion packages/fluent/scss/dropdownlist/_layout.scss
Expand Up @@ -12,7 +12,6 @@
.k-dropdown-operator {
width: min-content;
flex: none;
aspect-ratio: 1;

.k-input-button {
border-width: 0;
Expand Down
11 changes: 0 additions & 11 deletions packages/fluent/scss/grid/_layout.scss
Expand Up @@ -566,17 +566,6 @@
flex: none;
}
}

.k-input,
.k-picker {
width: auto;
flex: 1 1 auto;
}
.k-color-picker,
.k-dropdown-operator {
width: min-content;
flex: none;
}
}

// Grid content
Expand Down

0 comments on commit 83254f3

Please sign in to comment.