_common.scss: Use : for properties in new comments
authorDaniel Boles <dboles@src.gnome.org>
Mon, 19 Mar 2018 14:27:28 +0000 (14:27 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 19 Mar 2018 14:27:28 +0000 (14:27 +0000)
This is cosmetic and unlikely to have confused anyone, but still

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

index 5741da391a2bf3b3a33951d9d06d738e6e5cc7c7..840033e1c1d7a2053623e3ae4289f50504d52187 100644 (file)
@@ -1415,7 +1415,7 @@ searchbar > revealer > box,
 }
 
 searchbar > revealer > box {
-  // workaround: undo the GtkContainer::border-width and use CSS padding instead
+  // workaround: undo the GtkContainer:border-width and use CSS padding instead
   margin: -6px;
   padding: 6px;
 }
index a72fe6705374bd843ee5b156d74c970dfe446195..331c6cc75abad562de8a4c762d8779e229933c84 100644 (file)
@@ -1178,7 +1178,7 @@ searchbar > revealer > box {
   border-color: $borders_color;
   border-style: none none solid none;
 
-  // workaround: undo the GtkContainer::border-width and use CSS padding instead
+  // workaround: undo the GtkContainer:border-width and use CSS padding instead
   margin: -6px;
   padding: 9px;
 }