adwaita: Don't style window menu button anymore

Those were removed with the introduction of GtkWindowControls, no need to
exclude them from the round style anymore.
This commit is contained in:
Alexander Mikhaylenko 2020-05-07 00:59:44 +05:00
parent 40c8d8ba9f
commit c17aa12235

View File

@ -1359,13 +1359,11 @@ windowcontrols {
@extend %button_basic_flat;
&:not(.menu) {
border-radius: 9999px;
padding: 6px;
margin: 0 2px;
min-width: 0;
min-height: 0;
}
border-radius: 9999px;
padding: 6px;
margin: 0 2px;
min-width: 0;
min-height: 0;
&:backdrop { -gtk-icon-shadow: none; }
}