Adwaita: osd spinbutton specificity bump

- mimic the peculiar selector from the normal style onto osd to
  override.

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2769
This commit is contained in:
Jakub Steiner 2020-09-23 10:16:55 +02:00
parent 5e4180b5f0
commit 78236bfdbe

View File

@ -1078,7 +1078,8 @@ spinbutton {
@extend %spinbutton_horz_entry;
}
> button {
> button.image-button.up:not(.flat),
> button.image-button.down:not(.flat) {
@include button(undecorated);
color: $osd_fg_color;