mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
themes: Drop the "plus"
Comments and documentation.
This commit is contained in:
parent
4569bc6358
commit
866d0c4fb9
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user