123456789101112131415161718192021222324252627282930313233 |
- /** @class Ext.pivot.Grid */
- /**
- * @var {color}
- * The text color of group header titles
- */
- $pivot-grid-group-title-color: dynamic(adjust-color($base-color, $hue: 0.952deg, $saturation: -6.718%, $lightness: -41.961%));
- /**
- * @var {number/list}
- * Margin to add to the group title's icon
- */
- $pivot-grid-group-icon-margin: dynamic(0 6px 0);
- /**
- * @var {color}
- * The text color of group totals
- */
- $pivot-grid-group-total-color: dynamic($pivot-grid-group-title-color);
- /**
- * @var {color}
- * The text color of grand totals
- */
- $pivot-grid-grand-total-color: dynamic($pivot-grid-group-title-color);
- /**
- * @var {string}
- * The cursor of group headers
- */
- $pivot-grid-group-header-cursor: dynamic(pointer);
- $ext-pivot-trial: false !default; // Updated automatically by the build script.
|