mirror of
https://github.com/nasa/openmct.git
synced 2025-04-08 11:54:25 +00:00
parent
94649b12fd
commit
85809ae1e1
@ -63,7 +63,6 @@ define(
|
||||
*/
|
||||
BrowseTreeController.prototype.toggle = function () {
|
||||
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;
|
||||
|
||||
// Splitter
|
||||
$splitterD: 12px;
|
||||
$splitterHandleInset: 3px;
|
||||
$splitterD: 19px; // splitterD and HandleD should both be odd, or even
|
||||
$splitterHandleD: 3px;
|
||||
$splitterHandleInset: ($splitterD - $splitterHandleD) * 0.5; // Space to either side of the handle
|
||||
$colorSplitterBg: pullForward($colorBodyBg, 10%);
|
||||
$splitterShdw: rgba(black, 0.4) 0 0 3px;
|
||||
$splitterEndCr: none;
|
||||
$colorSplitterHover: none;
|
||||
$colorSplitterHover: rgba(red, 0.2);
|
||||
$colorSplitterActive: $colorKey;
|
||||
|
||||
// Mobile
|
||||
|
Loading…
x
Reference in New Issue
Block a user