Adwaita: Fix treeview headers

The borders went missing on these, at some point.

https://bugzilla.gnome.org/show_bug.cgi?id=759567
This commit is contained in:
Matthias Clasen 2015-12-19 17:34:21 -05:00
parent bca4755228
commit 0b7226e96e
3 changed files with 3 additions and 5 deletions

View File

@ -1428,9 +1428,7 @@ treeview.view {
}
}
& button:last-child,
& button:last-child: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
& button:last-child:backdrop {
border-right-style: none;
}
}

View File

@ -2040,7 +2040,7 @@ treeview.view {
treeview.view header button:active {
color: #eeeeec;
transition: none; }
treeview.view header button:last-child, treeview.view header button:last-child:backdrop, treeview.view header:last-child button, treeview.view header:last-child button:backdrop {
treeview.view header button:last-child, treeview.view header button:last-child:backdrop {
border-right-style: none; }
treeview.view header.button.dnd, treeview.view header button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:hover {
transition: none;

View File

@ -2046,7 +2046,7 @@ treeview.view {
treeview.view header button:active {
color: #2e3436;
transition: none; }
treeview.view header button:last-child, treeview.view header button:last-child:backdrop, treeview.view header:last-child button, treeview.view header:last-child button:backdrop {
treeview.view header button:last-child, treeview.view header button:last-child:backdrop {
border-right-style: none; }
treeview.view header.button.dnd, treeview.view header button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:hover {
transition: none;