themes: Drop the "plus"
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 5 Feb 2019 10:25:41 +0000 (11:25 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 5 Feb 2019 10:25:41 +0000 (11:25 +0100)
Comments and documentation.

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

index fd5692e78f770f4cc7646b709d109757de28b5f1..a2e97d13d5f609d49675a0725f311003d63c9bdc 100644 (file)
@@ -34,4 +34,4 @@ _common.scss        - actual definitions of style for each widget. This is
                       where you are likely to add/remove your changes.
                       
 You can read about SASS at http://sass-lang.com/documentation/. Once you make
-your changes to the _common.scss file, GTK+ will rebuild the CSS files.
+your changes to the _common.scss file, GTK will rebuild the CSS files.
index c5b64ed6357fdcf8dffbfd8b3dc95b3ab0703496..ac3b5a5dc5279f8873b699b09a19501733fa12a7 100644 (file)
@@ -3276,7 +3276,7 @@ colorswatch {
 
   // nth-child is used for the custom colors row.
   // the :not() madness is needed since actually the overlay is selectable by GtkColorSwatch > .overlay
-  // and GtkColorSwatch.overlay, I know it's weird, but this is gtk+.
+  // and GtkColorSwatch.overlay, I know it's weird, but this is GTK.
 
   // hover effect
   &.activatable:hover,