/**
 * @class Ext.grid.filters.Plugin
 */
 
/**
 * @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);