forked from AuroraMiddleware/gtk
theme: Remove GtkToolbar remnants
We don't ship a widget with css name 'toolbar' anymore, so don't waste selectors on it.
This commit is contained in:
parent
860821114a
commit
031c37c7b0
@ -1304,8 +1304,7 @@ combobox {
|
||||
background-color: $bg_color;
|
||||
}
|
||||
|
||||
.toolbar,
|
||||
toolbar {
|
||||
.toolbar {
|
||||
@extend %toolbar;
|
||||
|
||||
// on OSD
|
||||
@ -1854,7 +1853,7 @@ popover.background {
|
||||
|
||||
> list,
|
||||
> .view,
|
||||
> toolbar {
|
||||
> .toolbar {
|
||||
border-style: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user