Hello community,

here is the log from the commit of package elementary-theme for 
openSUSE:Factory checked in at 2019-06-01 09:57:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elementary-theme (Old)
 and      /work/SRC/openSUSE:Factory/.elementary-theme.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elementary-theme"

Sat Jun  1 09:57:38 2019 rev:12 rq:706544 version:5.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/elementary-theme/elementary-theme.changes        
2019-05-02 19:22:42.273955117 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-theme.new.5148/elementary-theme.changes  
    2019-06-01 09:57:40.747154694 +0200
@@ -1,0 +2,8 @@
+Thu May  2 16:22:13 UTC 2019 - Alexei Podvalsky <avvi...@yandex.by>
+
+- Update to 5.2.3:
+  * Add support for progressbar.osd (#490)
+  * Changes dialog label.primary to em font sizing (#491)
+  * Style destructive-action buttons in actionbars (#478)
+
+-------------------------------------------------------------------

Old:
----
  stylesheet-5.2.2.tar.gz

New:
----
  stylesheet-5.2.3.tar.gz

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

Other differences:
------------------
++++++ elementary-theme.spec ++++++
--- /var/tmp/diff_new_pack.mma5mG/_old  2019-06-01 09:57:41.835154191 +0200
+++ /var/tmp/diff_new_pack.mma5mG/_new  2019-06-01 09:57:41.839154190 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package elementary-theme
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           elementary-theme
-Version:        5.2.2
+Version:        5.2.3
 Release:        0
 Summary:        The Elementary GTK theme
 License:        GPL-3.0-only

++++++ stylesheet-5.2.2.tar.gz -> stylesheet-5.2.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.2/elementary/gtk-3.0/gtk-widgets.css 
new/stylesheet-5.2.3/elementary/gtk-3.0/gtk-widgets.css
--- old/stylesheet-5.2.2/elementary/gtk-3.0/gtk-widgets.css     2019-02-28 
01:29:54.000000000 +0100
+++ new/stylesheet-5.2.3/elementary/gtk-3.0/gtk-widgets.css     2019-04-18 
11:04:41.000000000 +0200
@@ -575,6 +575,27 @@
     border-right: 0;
 }
 
+progressbar.osd progress,
+progressbar.osd trough {
+    border: none;
+    box-shadow: none;
+    min-height: 2px;
+    min-width: 2px;
+}
+
+progressbar.osd progress {
+    background: @colorAccent;
+    border-radius: 99px;
+}
+
+progressbar.osd.horizontal progress {
+    margin: 0 -1px;
+}
+
+progressbar.osd trough {
+    background: none;
+}
+
 /************
 * Level Bar *
 ************/
@@ -2787,19 +2808,25 @@
 
 button.flat.destructive-action,
 button.flat.destructive-action:backdrop,
-button.flat.destructive-action:hover {
+button.flat.destructive-action:hover,
+actionbar button.image-button.destructive-action,
+actionbar button.image-button.destructive-action:backdrop,
+actionbar button.image-button.destructive-action:hover {
     background: none;
     border: none;
     box-shadow: none;
 }
 
-button.flat.destructive-action:focus {
+button.flat.destructive-action:focus,
+actionbar button.image-button.destructive-action:focus {
     background: alpha (@error_color, 0.3);
     border: none;
 }
 
 button.flat.destructive-action image,
-button.flat.destructive-action label {
+button.flat.destructive-action label,
+actionbar button.image-button.destructive-action image,
+actionbar button.image-button.destructive-action label {
     color: @text_color;
     transition: all 320ms cubic-bezier(0.4, 0, 0.2, 1);
     -gtk-icon-shadow: none;
@@ -2808,12 +2835,18 @@
 button.flat.destructive-action:focus image,
 button.flat.destructive-action:focus label,
 button.flat.destructive-action:hover image,
-button.flat.destructive-action:hover label {
+button.flat.destructive-action:hover label,
+actionbar button.image-button.destructive-action:focus image,
+actionbar button.destructive-action:focus label,
+actionbar button.image-button.destructive-action:hover image,
+actionbar button.destructive-action:hover label {
     color: @error_color;
 }
 
 button.flat.destructive-action image:backdrop,
-button.flat.destructive-action label:backdrop {
+button.flat.destructive-action label:backdrop,
+actionbar button..image-button.destructive-action image:backdrop,
+actionbar button.destructive-action label:backdrop {
     color: @insensitive_fg_color;
 }
 
@@ -4054,7 +4087,7 @@
 
 dialog label.primary {
     font-weight: 700;
-    font-size: 11pt;
+    font-size: 1.2em;
 }
 
 /***************
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.2/meson.build 
new/stylesheet-5.2.3/meson.build
--- old/stylesheet-5.2.2/meson.build    2019-02-28 01:29:54.000000000 +0100
+++ new/stylesheet-5.2.3/meson.build    2019-04-18 11:04:41.000000000 +0200
@@ -1,6 +1,6 @@
 project(
     'io.elementary.stylesheet',
-    version: '5.2.2'
+    version: '5.2.3'
 )
 
 install_subdir(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stylesheet-5.2.2/package.json 
new/stylesheet-5.2.3/package.json
--- old/stylesheet-5.2.2/package.json   2019-02-28 01:29:54.000000000 +0100
+++ new/stylesheet-5.2.3/package.json   2019-04-18 11:04:41.000000000 +0200
@@ -1,6 +1,6 @@
 {
   "name": "stylesheet",
-  "version": "5.2.2",
+  "version": "5.2.3",
   "description": "The Gtk+ Stylesheet for elementary OS",
   "main": "index.theme",
   "scripts": {


Reply via email to