/** * @class Ext.grid.locking.Lockable */ /** * @var {number} * The width of the border between the locked views */$grid-lockable-separator-border-width: 1px !default; /** * @var {string} * The border-style of the border between the locked views */$grid-lockable-separator-border-style: solid !default; /** * @var {string} * The border-color of the border between the locked views. Defaults to the * panel border color. May be overridden in a theme. */$grid-lockable-separator-border-color: $panel-border-color !default;