[Frontend] Tweaks to splitter-related SASS

open #90
New splitterHandleInset function;
Removed padding from Inspector pane;
This commit is contained in:
Charles Hacskaylo
2015-10-29 10:09:47 -07:00
parent 11ca39b94c
commit 59b24d91bb
9 changed files with 136 additions and 130 deletions

View File

@@ -154,9 +154,8 @@ $scrollbarThumbColorHov: lighten($scrollbarThumbColor, 2%);
$scrollbarTrackShdw: rgba(#000, 0.7) 0 1px 5px;
// Splitter
$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
$splitterD: 24px; // splitterD and HandleD should both be odd, or even
$splitterHandleD: 2px;
$colorSplitterBg: pullForward($colorBodyBg, 10%);
$splitterShdw: rgba(black, 0.4) 0 0 3px;
$splitterEndCr: none;