forked from AuroraMiddleware/gtk
Adwaita: no border-right on treeview-derived widgets
I fear to be opening a can of worms, but it does seem like something the system theme should deal with. https://bugzilla.gnome.org/show_bug.cgi?id=731463
This commit is contained in:
parent
dfb4757f54
commit
5e25bbb2ae
@ -758,7 +758,10 @@ column-header {
|
||||
color: $fg_color;
|
||||
}
|
||||
}
|
||||
&:last-child .button { border-right-style: none; }
|
||||
&:last-child .button,
|
||||
&:last-child.button { //treeview-like derived widgets in Banshee and Evolution
|
||||
border-right-style: none;
|
||||
}
|
||||
}
|
||||
|
||||
%column_header_button {
|
||||
|
@ -975,7 +975,7 @@ column-header .button {
|
||||
box-shadow: none; }
|
||||
column-header .button:active {
|
||||
color: #eeeeec; }
|
||||
column-header:last-child .button {
|
||||
column-header:last-child .button, column-header:last-child.button {
|
||||
border-right-style: none; }
|
||||
|
||||
column-header .button, column-header .button:hover, column-header .button:active {
|
||||
|
@ -975,7 +975,7 @@ column-header .button {
|
||||
box-shadow: none; }
|
||||
column-header .button:active {
|
||||
color: #2e3436; }
|
||||
column-header:last-child .button {
|
||||
column-header:last-child .button, column-header:last-child.button {
|
||||
border-right-style: none; }
|
||||
|
||||
column-header .button, column-header .button:hover, column-header .button:active {
|
||||
|
Loading…
Reference in New Issue
Block a user