[gtk+/gtk-3-22] Adwaita: Fix typo lenght => length in SASS
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] Adwaita: Fix typo lenght => length in SASS
- Date: Tue, 9 Jan 2018 09:50:51 +0000 (UTC)
commit 8ed4b48b4c315d0486929ff52df24d5dff310367
Author: Daniel Boles <dboles src gnome org>
Date: Tue Jan 9 09:46:11 2018 +0000
Adwaita: Fix typo lenght => length in SASS
gtk/theme/Adwaita/_common.scss | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 989d079..45e5d46 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -2928,7 +2928,7 @@ treeview.view radio:selected { &:focus, & { @extend %radio; }} // This is a work
scale {
// sizing
- $_marks_lenght: 6px;
+ $_marks_length: 6px;
$_marks_distance: 6px;
min-height: 10px;
@@ -3079,7 +3079,7 @@ scale {
(bottom, right, left) {
&.#{$marks_class} {
margin-#{$marks_margin}: $_marks_distance;
- margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght);
+ margin-#{$marks_pos}: -($_marks_distance + $_marks_length);
}
}
}
@@ -3091,27 +3091,27 @@ scale {
(bottom, right, left) {
&.#{$marks_class} {
margin-#{$marks_margin}: $_marks_distance;
- margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght - 3px);
+ margin-#{$marks_pos}: -($_marks_distance + $_marks_length - 3px);
}
}
}
&.horizontal {
indicator {
- min-height: $_marks_lenght;
+ min-height: $_marks_length;
min-width: 1px;
}
- &.fine-tune indicator { min-height: ($_marks_lenght - 3px); }
+ &.fine-tune indicator { min-height: ($_marks_length - 3px); }
}
&.vertical {
indicator {
min-height: 1px;
- min-width: $_marks_lenght;
+ min-width: $_marks_length;
}
- &.fine-tune indicator { min-width: ($_marks_lenght - 3px); }
+ &.fine-tune indicator { min-width: ($_marks_length - 3px); }
}
// *WARNING* scale with marks madness following
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]