forked from AuroraMiddleware/gtk
adwaita: Uncomment accidentally commented lines
The result looks wrong but the css looks right.
This commit is contained in:
parent
9a68c068a8
commit
0aca394a96
@ -3038,8 +3038,8 @@ scale {
|
|||||||
(top, left, right),
|
(top, left, right),
|
||||||
(bottom, right, left) {
|
(bottom, right, left) {
|
||||||
&.#{$marks_class} {
|
&.#{$marks_class} {
|
||||||
//margin-#{$marks_margin}: $_marks_distance;
|
margin-#{$marks_margin}: $_marks_distance;
|
||||||
//margin-#{$marks_pos}: -($_marks_distance + $_marks_length);
|
margin-#{$marks_pos}: -($_marks_distance + $_marks_length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1267,6 +1267,14 @@ scale value { color: alpha(currentColor,0.55); }
|
|||||||
|
|
||||||
scale marks { color: alpha(currentColor,0.55); }
|
scale marks { color: alpha(currentColor,0.55); }
|
||||||
|
|
||||||
|
scale marks.top { margin-bottom: 6px; margin-top: -12px; }
|
||||||
|
|
||||||
|
scale marks.bottom { margin-top: 6px; margin-bottom: -12px; }
|
||||||
|
|
||||||
|
scale marks.top { margin-right: 6px; margin-left: -12px; }
|
||||||
|
|
||||||
|
scale marks.bottom { margin-left: 6px; margin-right: -12px; }
|
||||||
|
|
||||||
scale.fine-tune marks.top { margin-bottom: 6px; margin-top: -9px; }
|
scale.fine-tune marks.top { margin-bottom: 6px; margin-top: -9px; }
|
||||||
|
|
||||||
scale.fine-tune marks.bottom { margin-top: 6px; margin-bottom: -9px; }
|
scale.fine-tune marks.bottom { margin-top: 6px; margin-bottom: -9px; }
|
||||||
|
@ -1287,6 +1287,14 @@ scale value { color: alpha(currentColor,0.55); }
|
|||||||
|
|
||||||
scale marks { color: alpha(currentColor,0.55); }
|
scale marks { color: alpha(currentColor,0.55); }
|
||||||
|
|
||||||
|
scale marks.top { margin-bottom: 6px; margin-top: -12px; }
|
||||||
|
|
||||||
|
scale marks.bottom { margin-top: 6px; margin-bottom: -12px; }
|
||||||
|
|
||||||
|
scale marks.top { margin-right: 6px; margin-left: -12px; }
|
||||||
|
|
||||||
|
scale marks.bottom { margin-left: 6px; margin-right: -12px; }
|
||||||
|
|
||||||
scale.fine-tune marks.top { margin-bottom: 6px; margin-top: -9px; }
|
scale.fine-tune marks.top { margin-bottom: 6px; margin-top: -9px; }
|
||||||
|
|
||||||
scale.fine-tune marks.bottom { margin-top: 6px; margin-bottom: -9px; }
|
scale.fine-tune marks.bottom { margin-top: 6px; margin-bottom: -9px; }
|
||||||
|
Loading…
Reference in New Issue
Block a user