1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| /**
| * @class Ext.FocusManager
| */
|
| /**
| * @var {color}
| * The border-color of the focusFrame. See {@link #method-enable}.
| */
| $focus-frame-color: rgb(21, 66, 139) !default;
|
| /**
| * @var {color}
| * The border-style of the focusFrame. See {@link #method-enable}.
| */
| $focus-frame-style: solid !default;
|
| /**
| * @var {color}
| * The border-width of the focusFrame. See {@link #method-enable}.
| */
| $focus-frame-width: 2px !default;
|
|