[gnome-software/gnome-3-20] css: simplify review valutation buttons separator
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-20] css: simplify review valutation buttons separator
- Date: Tue, 12 Jul 2016 17:21:54 +0000 (UTC)
commit cc71852955253c9237fe31a1457420bf90916e5e
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Thu Jun 30 17:55:00 2016 +0200
css: simplify review valutation buttons separator
since the linear gradient with calc() inside makes gnome-software
crash with gtk+ 3.18.
src/gtk-style.css | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 4d60f9a..d982cec 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -172,18 +172,10 @@
/* this is the separator between yes and no vote buttons */
.review-row .vote-buttons button:not(:first-child):not(:hover):not(:active):not(:backdrop) {
- border-image: linear-gradient(to bottom,
- transparent 5px,
- @borders 5px,
- @borders calc(100% -5px),
- transparent calc(100% -5px)) 0 0 0 1 stretch;
+ border-image: image(@borders) 0 0 0 1 / 5px 0 5px 1px;
}
.review-row .vote-buttons button:not(:first-child):backdrop {
- border-image-source: linear-gradient(to bottom,
- transparent 5px,
- @unfocused_borders 5px,
- @unfocused_borders calc(100% -5px),
- transparent calc(100% -5px));
+ border-image: image(@unfocused_borders) 0 0 0 1 / 5px 0 5px 1px;
}
.reviewbar {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]