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:
Matthias Clasen 2021-10-29 11:50:30 -04:00
parent 860821114a
commit 031c37c7b0

View File

@ -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;
}