themes: Drop the "plus"

Comments and documentation.
This commit is contained in:
Emmanuele Bassi 2019-02-05 11:25:41 +01:00
parent 4569bc6358
commit 866d0c4fb9
2 changed files with 2 additions and 2 deletions

View 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.

View 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,