[gnome-software] Sync HC style wrt category sidebar.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Sync HC style wrt category sidebar.
- Date: Wed, 2 Sep 2015 10:18:00 +0000 (UTC)
commit 068670435ce66347431deab68f7955f4a26cec30
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Sep 2 12:16:54 2015 +0200
Sync HC style wrt category sidebar.
src/gtk-style-hc.css | 15 +++++----------
src/gtk-style.css | 1 +
2 files changed, 6 insertions(+), 10 deletions(-)
---
diff --git a/src/gtk-style-hc.css b/src/gtk-style-hc.css
index 47a3744..92684d9 100644
--- a/src/gtk-style-hc.css
+++ b/src/gtk-style-hc.css
@@ -154,20 +154,15 @@ GtkBox.star {
.category-sidebar {
border-radius: 0;
- border-bottom-width: 0;
- border-top-width: 0;
+ border-style: none;
}
-.category-sidebar GtkListBoxRow {
- padding-left: 6px;
- animation: none;
- transition: none;
+.category-sidebar:dir(rtl) {
+ border-left-style: solid;
}
-.category-sidebar GtkListBoxRow:dir(rtl) {
- padding-right: 6px;
- animation: none;
- transition: none;
+.category-sidebar:dir(ltr) {
+ border-right-style: solid;
}
.dimmer-label {
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 5909268..13c5213 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -164,6 +164,7 @@ GtkBox.star {
.category-sidebar:dir(rtl) {
border-left-style: solid;
}
+
.category-sidebar:dir(ltr) {
border-right-style: solid;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]