New to Kendo UI for Angular? Start a free 30-day trial

Customizing Filter

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-filter-padding-xString$kendo-padding-md-xvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Filter.
$kendo-filter-padding-yString$kendo-padding-md-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Filter.
$kendo-filter-bottom-marginNumber2.1em2.1em
Description
The bottom margin of the Filter.
$kendo-filter-line-sizeNumber1px1px
Description
The width of the line that connects the Filter items.
$kendo-filter-operator-dropdown-widthNumber15em15em
Description
The width of the dropdown elements in the Filter items.
$kendo-filter-preview-field-textString$kendo-color-primaryvar(--kendo-color-primary, #0d6efd)
Description
The text color of the Filter preview field.
$kendo-filter-preview-operator-textString$kendo-subtle-textvar(--kendo-color-subtle, #606970)
Description
The text color of the Filter preview operator.
$kendo-filter-toolbar-focus-shadowList0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))0 0 0 0.25rem color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 25%, transparent)
Description
The box shadow of the focused Filter toolbar.

In this article

Not finding the help you need?