adwaita: Uncomment accidentally commented lines

The result looks wrong but the css looks right.
This commit is contained in:
Timm Bäder 2018-01-08 17:37:35 +01:00
parent 9a68c068a8
commit 0aca394a96
3 changed files with 18 additions and 2 deletions

View File

@ -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);
} }
} }
} }

View File

@ -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; }

View File

@ -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; }