forked from AuroraMiddleware/gtk
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:
parent
40c8d8ba9f
commit
c17aa12235
@ -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; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user