forked from AuroraMiddleware/gtk
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:
parent
bca4755228
commit
0b7226e96e
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user