[gtk+/scrollable-indicator] Adwaita: remove last child border on backdrop column headers
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/scrollable-indicator] Adwaita: remove last child border on backdrop column headers
- Date: Wed, 12 Nov 2014 12:05:56 +0000 (UTC)
commit 812c22c373f5aecd8791f14c86fff0db1832a691
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Thu Nov 6 17:21:50 2014 +0100
Adwaita: remove last child border on backdrop column headers
gtk/resources/theme/Adwaita/_common.scss | 4 +++-
gtk/resources/theme/Adwaita/gtk-contained-dark.css | 4 ++--
gtk/resources/theme/Adwaita/gtk-contained.css | 4 ++--
3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 369549c..7807223 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -1487,7 +1487,9 @@ column-header {
}
}
&:last-child .button,
- &:last-child.button { //treeview-like derived widgets in Banshee and Evolution
+ &:last-child .button:backdrop, // set :backdrop too or the border will be visibile there
+ &:last-child.button,
+ &:last-child.button:backdrop { //treeview-like derived widgets in Banshee and Evolution
border-right-style: none;
}
}
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 03fb8c8..0b87129 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -2006,8 +2006,8 @@ column-header .titlebar .button.titlebutton,
transition: none; }
column-header:last-child .button, column-header:last-child .header-bar .button.titlebutton, .header-bar
column-header:last-child .button.titlebutton,
column-header:last-child .titlebar .button.titlebutton,
-.titlebar column-header:last-child .button.titlebutton, column-header:last-child.button, .header-bar
column-header.button.titlebutton:last-child,
-.titlebar column-header.button.titlebutton:last-child {
+.titlebar column-header:last-child .button.titlebutton, column-header:last-child .button:backdrop,
column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child,
+.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop {
border-right-style: none; }
column-header.button.dnd, column-header .button.dnd, column-header .header-bar .dnd.button.titlebutton,
.header-bar column-header .dnd.button.titlebutton,
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index 46f7075..a1c326e 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -2003,8 +2003,8 @@ column-header .titlebar .button.titlebutton,
transition: none; }
column-header:last-child .button, column-header:last-child .header-bar .button.titlebutton, .header-bar
column-header:last-child .button.titlebutton,
column-header:last-child .titlebar .button.titlebutton,
-.titlebar column-header:last-child .button.titlebutton, column-header:last-child.button, .header-bar
column-header.button.titlebutton:last-child,
-.titlebar column-header.button.titlebutton:last-child {
+.titlebar column-header:last-child .button.titlebutton, column-header:last-child .button:backdrop,
column-header:last-child.button, .header-bar column-header.button.titlebutton:last-child,
+.titlebar column-header.button.titlebutton:last-child, column-header:last-child.button:backdrop {
border-right-style: none; }
column-header.button.dnd, column-header .button.dnd, column-header .header-bar .dnd.button.titlebutton,
.header-bar column-header .dnd.button.titlebutton,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]