mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
@ -63,7 +63,6 @@ define(
|
|||||||
*/
|
*/
|
||||||
BrowseTreeController.prototype.toggle = function () {
|
BrowseTreeController.prototype.toggle = function () {
|
||||||
this.state = !this.state;
|
this.state = !this.state;
|
||||||
console.log('tree toggled: ' + this.state);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -154,12 +154,13 @@ $scrollbarThumbColorHov: lighten($scrollbarThumbColor, 2%);
|
|||||||
$scrollbarTrackShdw: rgba(#000, 0.7) 0 1px 5px;
|
$scrollbarTrackShdw: rgba(#000, 0.7) 0 1px 5px;
|
||||||
|
|
||||||
// Splitter
|
// Splitter
|
||||||
$splitterD: 12px;
|
$splitterD: 19px; // splitterD and HandleD should both be odd, or even
|
||||||
$splitterHandleInset: 3px;
|
$splitterHandleD: 3px;
|
||||||
|
$splitterHandleInset: ($splitterD - $splitterHandleD) * 0.5; // Space to either side of the handle
|
||||||
$colorSplitterBg: pullForward($colorBodyBg, 10%);
|
$colorSplitterBg: pullForward($colorBodyBg, 10%);
|
||||||
$splitterShdw: rgba(black, 0.4) 0 0 3px;
|
$splitterShdw: rgba(black, 0.4) 0 0 3px;
|
||||||
$splitterEndCr: none;
|
$splitterEndCr: none;
|
||||||
$colorSplitterHover: none;
|
$colorSplitterHover: rgba(red, 0.2);
|
||||||
$colorSplitterActive: $colorKey;
|
$colorSplitterActive: $colorKey;
|
||||||
|
|
||||||
// Mobile
|
// Mobile
|
||||||
|
Reference in New Issue
Block a user