update
This commit is contained in:
parent
d163d51515
commit
bfbc8e7504
@ -2792,18 +2792,8 @@ scale {
|
|||||||
min-width: 15px;
|
min-width: 15px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
||||||
&.horizontal {
|
|
||||||
trough { padding: 0 4px; }
|
|
||||||
highlight, fill { margin: 0 -4px; }
|
|
||||||
}
|
|
||||||
|
|
||||||
&.vertical {
|
|
||||||
trough { padding: 4px 0; }
|
|
||||||
highlight, fill { margin: -4px 0; }
|
|
||||||
}
|
|
||||||
|
|
||||||
// The slider is inside the trough, negative margin to make it bigger
|
// The slider is inside the trough, negative margin to make it bigger
|
||||||
slider {
|
> trough > slider {
|
||||||
min-height: 15px;
|
min-height: 15px;
|
||||||
min-width: 15px;
|
min-width: 15px;
|
||||||
margin: -7px;
|
margin: -7px;
|
||||||
@ -2812,11 +2802,11 @@ scale {
|
|||||||
// Click-and-hold the slider to activate
|
// Click-and-hold the slider to activate
|
||||||
&.fine-tune {
|
&.fine-tune {
|
||||||
// Make the trough grow in fine-tune mode
|
// Make the trough grow in fine-tune mode
|
||||||
slider { margin: -4px; }
|
> trough > slider { margin: -4px; }
|
||||||
|
|
||||||
fill,
|
> trough > fill,
|
||||||
highlight,
|
> trough > highlight,
|
||||||
trough {
|
> trough {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -3689,12 +3679,12 @@ filechooserbutton:drop(active) {
|
|||||||
// Sidebar
|
// Sidebar
|
||||||
//
|
//
|
||||||
%sidebar_left {
|
%sidebar_left {
|
||||||
border-right: 1px solid $dark_sidebar_border;
|
border-right: 1px solid $borders_color;
|
||||||
border-left-style: none;
|
border-left-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
%sidebar_right {
|
%sidebar_right {
|
||||||
border-left: 1px solid $dark_sidebar_border;
|
border-left: 1px solid $borders_color;
|
||||||
border-right-style: none;
|
border-right-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3727,15 +3717,6 @@ stacksidebar {
|
|||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sidebar {
|
|
||||||
&:dir(ltr) list,
|
|
||||||
&.left list,
|
|
||||||
&.left:dir(rtl) list { @extend %sidebar_left; }
|
|
||||||
|
|
||||||
&:dir(rtl) list,
|
|
||||||
&.right list { @extend %sidebar_right; }
|
|
||||||
}
|
|
||||||
|
|
||||||
row {
|
row {
|
||||||
padding: 4px 4px;
|
padding: 4px 4px;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user