From: Emmanuele Bassi Date: Tue, 5 Feb 2019 10:25:41 +0000 (+0100) Subject: themes: Drop the "plus" X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~21^2~797^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=866d0c4fb9a0497aa3da310e4ce891d19f0368d8;p=gtk4.git themes: Drop the "plus" Comments and documentation. --- 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,