Merge branch 'matthiasc/for-master' into 'master'

Matthiasc/for master

See merge request GNOME/gtk!1826
This commit is contained in:
Matthias Clasen 2020-05-04 19:02:40 +00:00
commit 188a61f02d
2 changed files with 4 additions and 0 deletions

View File

@ -1916,6 +1916,9 @@ microphone-sensitivity-medium-symbolic</property>
</child>
<child>
<object class="GtkBox" id="toolbar">
<style>
<class name="toolbar"/>
</style>
<child>
<object class="GtkButton">
<property name="label" translatable="yes">New</property>

View File

@ -1263,6 +1263,7 @@ combobox {
background-color: $bg_color;
}
.toolbar,
toolbar {
@extend %toolbar;