themes: Fix a new comment
authorDaniel Boles <dboles.src@gmail.com>
Sun, 22 Apr 2018 21:20:57 +0000 (22:20 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Sun, 22 Apr 2018 21:21:35 +0000 (22:21 +0100)
bah.

gtk/theme/Adwaita/_common.scss
gtk/theme/HighContrast/_common.scss

index 1e9b4bda3557ae4bcc889d4b234d66a31ea9270f..d65f368860645f863981048c72d46ed9c519df30 100644 (file)
@@ -962,7 +962,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;
 
index 0ee510500f94c1b8cfc973d666709a8c161c574e..2b2f427ee369c1aeb4bbf1e640ef28a73959adc5 100644 (file)
@@ -770,7 +770,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;