Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
713 B

/**
* @class Ext.view.MultiSelector
*/
/**
* @var {number}
* The font-size for the multiselector's remove glyph.
*/
$multiselector-remove-font-size: 100% !default;
/**
* @var {number/list}
* The padding of "Remove" cell's inner element
*/
$multiselector-remove-padding: $grid-cell-inner-padding !default;
/**
* @var {color}
* The color for the multiselector's remove glyph.
*/
$multiselector-remove-text-color: $neutral-color !default;
/**
* @var {color}
* The color for the multiselector's remove glyph during mouse over.
*/
$multiselector-remove-text-color-over: red !default;
/**
* @var {string}
* The cursor style for the remove glyph.
*/
$multiselector-remove-cursor: pointer !default;