[gtk/no-more-plus: 6/8] themes: Drop the "plus"



commit 866d0c4fb9a0497aa3da310e4ce891d19f0368d8
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Feb 5 11:25:41 2019 +0100

    themes: Drop the "plus"
    
    Comments and documentation.

 gtk/theme/Adwaita/README            | 2 +-
 gtk/theme/HighContrast/_common.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/Adwaita/README b/gtk/theme/Adwaita/README
index fd5692e78f..a2e97d13d5 100644
--- a/gtk/theme/Adwaita/README
+++ b/gtk/theme/Adwaita/README
@@ -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.
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index c5b64ed635..ac3b5a5dc5 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]