summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles.src@gmail.com>2018-04-22 22:20:57 +0100
committerDaniel Boles <dboles.src@gmail.com>2018-04-22 22:21:22 +0100
commitd35ecbb5a4306dee457fb04c5503bcafe9db777a (patch)
tree9b3ddcbb2e9e266c0690211612a6104c1f265073
parenta3cb26cad7e519be2c4cadcce2568e4c28534cec (diff)
downloadgtk+-d35ecbb5a4306dee457fb04c5503bcafe9db777a.tar.gz
themes: Fix a new comment
bah.
-rw-r--r--gtk/theme/Adwaita/_common.scss2
-rw-r--r--gtk/theme/HighContrast/_common.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 0e9659bf47..85c60c41de 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -973,7 +973,7 @@ toolbar.inline-toolbar toolbutton:backdrop {
}
}
-// Other widgets let CSS give the order, so 1st/last child are at text start/end
+// Other widgets use widget child order, so 1st/last child are at text start/end
%linked_flippable {
@extend %linked_middle;
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index ab66caa88f..0cb48c1c2b 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -787,7 +787,7 @@ toolbar.inline-toolbar toolbutton:backdrop {
}
}
-// Other widgets let CSS give the order, so 1st/last child are at text start/end
+// Other widgets use widget child order, so 1st/last child are at text start/end
%linked_flippable {
@extend %linked_middle;