skypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmail
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.
34 lines
713 B
34 lines
713 B
9 years ago
|
/**
|
||
|
* @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;
|