/**
* @class Ext.grid.filters.Filters
*/
/**
* @var {string}
* The font-style of the filtered column.
*/
$grid-filters-column-filtered-font-style: dynamic(italic);
/**
* @var {string}
* The font-weight of the filtered column.
*/
$grid-filters-column-filtered-font-weight: dynamic($font-weight-bold);
/**
* @var {string}
* The text-decoration of the filtered column.
*/
$grid-filters-column-filtered-text-decoration: dynamic(inherit);
/**
* @var {string/list}
* Glyph for the grid header menu "text filter" icon when {@link Global_CSS#$enable-font-icons} is `true`.
*/
$grid-filters-header-menu-find-glyph: dynamic($fa-var-search $grid-header-menu-glyph-font-size $font-icon-font-family);
/**
* @var {string/list}
* Glyph for the grid header menu "greater than" icon when {@link Global_CSS#$enable-font-icons} is `true`.
*/
$grid-filters-header-menu-greater-than-glyph: dynamic($fa-var-chevron-right $grid-header-menu-glyph-font-size $font-icon-font-family);
/**
* @var {string/list}
* Glyph for the grid header menu "less than" icon when {@link Global_CSS#$enable-font-icons} is `true`.
*/
$grid-filters-header-menu-less-than-glyph: dynamic($fa-var-chevron-left $grid-header-menu-glyph-font-size $font-icon-font-family);
/**
* @var {string/list}
* Glyph for the grid header menu "equals" icon when {@link Global_CSS#$enable-font-icons} is `true`.
*/
$grid-filters-header-menu-equals-glyph: dynamic($ext-var-equals $grid-header-menu-glyph-font-size ExtJS);