Hello community,

here is the log from the commit of package adapta-gtk-theme for 
openSUSE:Factory checked in at 2018-05-29 10:48:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adapta-gtk-theme (Old)
 and      /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adapta-gtk-theme"

Tue May 29 10:48:32 2018 rev:23 rq:612535 version:3.93.1.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/adapta-gtk-theme/adapta-gtk-theme.changes        
2018-05-19 15:43:39.544009207 +0200
+++ /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new/adapta-gtk-theme.changes   
2018-05-29 10:48:35.576360669 +0200
@@ -1,0 +2,6 @@
+Sun May 27 21:48:50 UTC 2018 - matthias.elias...@gmail.com
+
+- Update to 3.93.1.18
+  * Dropped background hacks in FirefoxQuantum (Gtk+ 3.2x/4.0).
+
+-------------------------------------------------------------------

Old:
----
  adapta-gtk-theme-3.93.1.16.tar.gz

New:
----
  adapta-gtk-theme-3.93.1.18.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ adapta-gtk-theme.spec ++++++
--- /var/tmp/diff_new_pack.PZFH1V/_old  2018-05-29 10:48:37.120303706 +0200
+++ /var/tmp/diff_new_pack.PZFH1V/_new  2018-05-29 10:48:37.120303706 +0200
@@ -21,7 +21,7 @@
 %define         gtk3_min_version    3.20.0
 %define         gtk2_min_version    2.24.30
 Name:           adapta-gtk-theme
-Version:        3.93.1.16
+Version:        3.93.1.18
 Release:        0
 Summary:        An adaptive Gtk+ theme based on Material Design Guidelines
 License:        GPL-2.0-only AND CC-BY-SA-4.0

++++++ adapta-gtk-theme-3.93.1.16.tar.gz -> adapta-gtk-theme-3.93.1.18.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/adapta-gtk-theme-3.93.1.16/gtk/sass/3.20/_3rd-party.scss 
new/adapta-gtk-theme-3.93.1.18/gtk/sass/3.20/_3rd-party.scss
--- old/adapta-gtk-theme-3.93.1.16/gtk/sass/3.20/_3rd-party.scss        
2018-05-13 09:13:34.000000000 +0200
+++ new/adapta-gtk-theme-3.93.1.18/gtk/sass/3.20/_3rd-party.scss        
2018-05-14 21:02:52.000000000 +0200
@@ -2877,31 +2877,6 @@
     }
   }
 
-  // &.maximized headerbar.titlebar.default-decoration {
-  //   button.titlebutton.maximize { @extend %browser_maxd_csd_titlebutton; }
-  // }
-
-  // blend with weird toolbar backgrounds
-  background-color: if($variant == light, $base_color, rgb(4, 18, 25));
-
-  // FIXME: resetting child elements background is not fully functional yet
-  // because WidgetStyleCache keeps holding initial background-color.
-  // the stem of this incorrect colouring seems to be caused by their
-  // gdk_rgba to ns_rgba conversion. I don't think theme's fault.
-  .background,
-  frame,
-  separator,
-  scrolledwindow { background-color: $bg_color; }
-
-  scrollbar { background-color: $base_color; }
-
-  *:not(menuitem):hover, // exclude menuitem node
-  *:focus,
-  *:active,
-  *:checked {
-    &, button { color: $fg_color; } // enforce opaque foregrounds
-  }
-
   menubar > menuitem {
     color: $inverted_secondary_fg_color;
     &:hover { color: $inverted_fg_color; }
@@ -2936,18 +2911,10 @@
 
     separator { background-color: $solid_light_borders_color; }
 
-    // FIXME: this affected to popover widget as well,
-    // so we can not set $light_color to search-bar...
-    > scrolledwindow > textview {
-      background-color: $secondary_base_color;
-
-      text {
-        background-color: transparent;
-        color: $secondary_fg_color;
-        &:selected,
-        &:selected:focus,
-        selection { @extend %selected_items; }
-      }
+    > scrolledwindow > textview text {
+      &:selected,
+      &:selected:focus,
+      selection { @extend %selected_items; }
     }
 
     > button {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/adapta-gtk-theme-3.93.1.16/gtk/sass/3.22/_3rd-party.scss 
new/adapta-gtk-theme-3.93.1.18/gtk/sass/3.22/_3rd-party.scss
--- old/adapta-gtk-theme-3.93.1.16/gtk/sass/3.22/_3rd-party.scss        
2018-05-13 09:13:34.000000000 +0200
+++ new/adapta-gtk-theme-3.93.1.18/gtk/sass/3.22/_3rd-party.scss        
2018-05-14 21:02:52.000000000 +0200
@@ -2696,31 +2696,6 @@
     }
   }
 
-  // &.maximized headerbar.titlebar.default-decoration {
-  //   button.titlebutton.maximize { @extend %browser_maxd_csd_titlebutton; }
-  // }
-
-  // blend with weird toolbar backgrounds
-  background-color: if($variant == light, $base_color, rgb(4, 18, 25));
-
-  // FIXME: resetting child elements background is not fully functional yet
-  // because WidgetStyleCache keeps holding initial background-color.
-  // the stem of this incorrect colouring seems to be caused by their
-  // gdk_rgba to ns_rgba conversion. I don't think theme's fault.
-  .background,
-  frame,
-  separator,
-  scrolledwindow { background-color: $bg_color; }
-
-  scrollbar { background-color: $base_color; }
-
-  *:not(menuitem):hover, // exclude menuitem node
-  *:focus,
-  *:active,
-  *:checked {
-    &, button { color: $fg_color; } // enforce opaque foregrounds
-  }
-
   > window.background > menu { // context-menus
     border: unset; // hide ugly double borders
     background-color: $secondary_base_color;
@@ -2749,18 +2724,10 @@
 
     separator { background-color: $solid_light_borders_color; }
 
-    // FIXME: this affected to popover widget as well,
-    // so we can not set $light_color to search-bar...
-    > scrolledwindow > textview {
-      background-color: $secondary_base_color;
-
-      text {
-        background-color: transparent;
-        color: $secondary_fg_color;
-        &:selected,
-        &:selected:focus,
-        selection { @extend %selected_items; }
-      }
+    > scrolledwindow > textview text {
+      &:selected,
+      &:selected:focus,
+      selection { @extend %selected_items; }
     }
 
     > button {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/adapta-gtk-theme-3.93.1.16/gtk/sass/4.0/_3rd-party.scss 
new/adapta-gtk-theme-3.93.1.18/gtk/sass/4.0/_3rd-party.scss
--- old/adapta-gtk-theme-3.93.1.16/gtk/sass/4.0/_3rd-party.scss 2018-05-13 
09:13:34.000000000 +0200
+++ new/adapta-gtk-theme-3.93.1.18/gtk/sass/4.0/_3rd-party.scss 2018-05-14 
21:02:52.000000000 +0200
@@ -2674,31 +2674,6 @@
     }
   }
 
-  // &.maximized headerbar.titlebar.default-decoration {
-  //   button.titlebutton.maximize { @extend %browser_maxd_csd_titlebutton; }
-  // }
-
-  // blend with weird toolbar backgrounds
-  background-color: if($variant == light, $base_color, rgb(4, 18, 25));
-
-  // FIXME: resetting child elements background is not fully functional yet
-  // because WidgetStyleCache keeps holding initial background-color.
-  // the stem of this incorrect colouring seems to be caused by their
-  // gdk_rgba to ns_rgba conversion. I don't think theme's fault.
-  .background,
-  frame,
-  separator,
-  scrolledwindow { background-color: $bg_color; }
-
-  scrollbar { background-color: $base_color; }
-
-  *:not(menuitem):hover, // exclude menuitem node
-  *:focus,
-  *:active,
-  *:checked {
-    &, button { color: $fg_color; } // enforce opaque foregrounds
-  }
-
   > window.background > menu { // context-menus
     border: unset; // hide ugly double borders
     background-color: $secondary_base_color;
@@ -2727,18 +2702,10 @@
 
     separator { background-color: $solid_light_borders_color; }
 
-    // FIXME: this affected to popover widget as well,
-    // so we can not set $light_color to search-bar...
-    > scrolledwindow > textview {
-      background-color: $secondary_base_color;
-
-      text {
-        background-color: transparent;
-        color: $secondary_fg_color;
-        &:selected,
-        &:selected:focus,
-        selection { @extend %selected_items; }
-      }
+    > scrolledwindow > textview text {
+      &:selected,
+      &:selected:focus,
+      selection { @extend %selected_items; }
     }
 
     > button {


Reply via email to