New to Kendo UI for Angular? Start a free 30-day trial
Customizing Draggable
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-drag-clue-border-radius | var( --kendo-border-radius-md, #{$kendo-border-radius-md} ) | ||
Description
Borer radius of the drag clue. | |||
$kendo-drag-clue-border-width | 0px | ||
Description
Borer width of the drag clue. | |||
$kendo-drag-clue-border-style | solid | ||
Description
Borer style of the drag clue. | |||
$kendo-drag-clue-padding-x | $kendo-padding-lg-x | ||
Description
Horizontal padding of the drag clue. | |||
$kendo-drag-clue-padding-y | $kendo-padding-lg-y | ||
Description
Vertical padding of the drag clue. | |||
$kendo-drag-clue-font-family | var( --kendo-font-family, inherit ) | ||
Description
Font family of the drag clue. | |||
$kendo-drag-clue-font-size | var( --kendo-font-size, inherit ) | ||
Description
Font size of the drag clue. | |||
$kendo-drag-clue-line-height | var( --kendo-line-height, inherit ) | ||
Description
Line height of the drag clue. | |||
$kendo-drag-clue-spacing | .4ex | ||
Description
Spacing of the drag clue. | |||
$kendo-drag-clue-opacity | .8 | ||
Description
Opacity of the drag clue. | |||
$kendo-drag-clue-text | var( --kendo-selected-text, inherit ) | ||
Description
Text color of the drag clue. | |||
$kendo-drag-clue-bg | var( --kendo-selected-bg, inherit ) | ||
Description
Background color of the drag clue. | |||
$kendo-drag-clue-border | var( --kendo-selected-border, inherit ) | ||
Description
Border color of the drag clue. | |||
$kendo-drag-clue-gradient | null | ||
Description
Gradient of the drag clue. | |||
$kendo-drag-clue-shadow | var( --kendo-box-shadow-depth-2, none ) | ||
Description
Box shadow of the drag clue. | |||
$kendo-drop-hint-arrow-size | 6px | ||
Description
Arrow size of the drop hint. | |||
$kendo-drop-hint-arrow-spacing | math.div( $kendo-drop-hint-arrow-size, 2 ) | ||
Description
Arrow spacing of the drop hint. | |||
$kendo-drop-hint-line-h-width | 20px | ||
Description
Width of the horizontal drop hint line. | |||
$kendo-drop-hint-line-h-height | 1px | ||
Description
Height of the horizontal drop hint line. | |||
$kendo-drop-hint-line-v-width | $kendo-drop-hint-line-h-height | ||
Description
Width of the vertical drop hint line. | |||
$kendo-drop-hint-line-v-height | $kendo-drop-hint-line-h-width | ||
Description
Height of the vertical drop hint line. | |||
$kendo-drop-hint-bg | k-get-theme-color-var( primary-100 ) | ||
Description
Background-color of the drop hint. |