forked from AuroraMiddleware/gtk
Adwaita: Update separator toolitem styling
Don't set a background for these, since we now draw background.
This commit is contained in:
parent
e480fa3841
commit
48e543fbc8
@ -671,6 +671,10 @@ toolbar.inline-toolbar toolbutton:backdrop {
|
||||
&:only-child > button.flat { @extend %linked:only-child; }
|
||||
}
|
||||
|
||||
toolbar separator {
|
||||
background: none;
|
||||
}
|
||||
|
||||
%linked_middle {
|
||||
border-radius: 0;
|
||||
border-right-style: none;
|
||||
|
@ -1111,6 +1111,10 @@ button, headerbar button.titlebutton,
|
||||
.inline-toolbar toolbutton > button:backdrop:insensitive:active > .label, .inline-toolbar toolbutton > button:backdrop:insensitive:checked > .label {
|
||||
color: inherit; }
|
||||
|
||||
toolbar separator, .inline-toolbar separator, searchbar separator,
|
||||
.location-bar separator {
|
||||
background: none; }
|
||||
|
||||
toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, searchbar.inline-toolbar toolbutton > button.flat,
|
||||
.inline-toolbar.location-bar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, searchbar.inline-toolbar toolbutton > button.sidebar-button,
|
||||
.inline-toolbar.location-bar toolbutton > button.sidebar-button, .inline-toolbar headerbar toolbutton > button.titlebutton, headerbar .inline-toolbar toolbutton > button.titlebutton,
|
||||
|
@ -1111,6 +1111,10 @@ button, headerbar button.titlebutton,
|
||||
.inline-toolbar toolbutton > button:backdrop:insensitive:active > .label, .inline-toolbar toolbutton > button:backdrop:insensitive:checked > .label {
|
||||
color: inherit; }
|
||||
|
||||
toolbar separator, .inline-toolbar separator, searchbar separator,
|
||||
.location-bar separator {
|
||||
background: none; }
|
||||
|
||||
toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, searchbar.inline-toolbar toolbutton > button.flat,
|
||||
.inline-toolbar.location-bar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, searchbar.inline-toolbar toolbutton > button.sidebar-button,
|
||||
.inline-toolbar.location-bar toolbutton > button.sidebar-button, .inline-toolbar headerbar toolbutton > button.titlebutton, headerbar .inline-toolbar toolbutton > button.titlebutton,
|
||||
|
Loading…
Reference in New Issue
Block a user