gtk2/gtk/theme/HighContrast
nana-4 f7d57cc1eb themes: Remove remaining @extend with compound selectors
This removes the remaining cases in 6f6070b5 by replacing them with a
simple placeholder selector.

`%button.flat.suggested-action` has been replaced by
`%selection_mode_button_flat`, because it's difficult to replace the
compound selector with a simple placeholder selector, and it doesn't
seem like a proper selector for `.selection-mode button.titlebutton` to
inherit.

The CSSs were generated with libsass 3.5.5 to minimize the git diff, but
I've confirmed that no warning happned with libsass 3.6.3 anymore.

See https://gitlab.gnome.org/GNOME/gtk/issues/2237
2019-11-28 22:21:23 +09:00
..
assets
_colors.scss
_common.scss themes: Remove remaining @extend with compound selectors 2019-11-28 22:21:23 +09:00
_drawing.scss HighContrast: Add missing color to entry 2019-11-27 20:58:15 +09:00
gtk-contained-inverse.css Merge branch 'sass-no-extend-compound' into 'gtk-3-24' 2019-11-27 13:03:45 +00:00
gtk-contained-inverse.scss
gtk-contained.css Merge branch 'sass-no-extend-compound' into 'gtk-3-24' 2019-11-27 13:03:45 +00:00
gtk-contained.scss
gtk-inverse.css
gtk.css
meson.build meson: Sync build files with master and update to 3.24 2019-04-11 16:45:27 +02:00
parse-sass.sh