Skip to content

Commit

Permalink
Merge branch 'develop' into dataviz-label-font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored Jan 24, 2025
2 parents 2a4f9fb + 63c3bec commit 5b4ab0b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/scss/components/colorgradient/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
flex-shrink: 0;
gap: $kendo-color-gradient-canvas-gap;
}

&.k-vstack {
padding-inline: calc( ($kendo-color-gradient-draghandle-width + $kendo-color-gradient-draghandle-outline-width + $kendo-color-gradient-draghandle-border-width) / 2 );
}
}

// DragHandle
Expand Down
4 changes: 4 additions & 0 deletions packages/fluent/scss/colorgradient/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
flex-shrink: 0;
gap: var( --kendo-color-gradient-canvas-spacing, #{$kendo-color-gradient-canvas-spacing} );
}

&.k-vstack {
padding-inline: calc( ($kendo-color-gradient-draghandle-width + $kendo-color-gradient-draghandle-border-width) / 2 );
}
}

// DragHandle
Expand Down
Binary file modified tests/_output/bootstrap/colorpicker/colorpicker-adaptive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/classic/colorpicker/colorpicker-adaptive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/default/colorpicker/colorpicker-adaptive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/fluent/colorpicker/colorpicker-adaptive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/_output/material/colorpicker/colorpicker-adaptive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b4ab0b

Please sign in to comment.