forked from AuroraMiddleware/gtk
Adwaita: Remove padding from popover.menu
The padding belongs to the contents subnode in this case.
This commit is contained in:
parent
426d5ca1b7
commit
350495cf1c
@ -4785,6 +4785,8 @@ menubar {
|
||||
}
|
||||
|
||||
popover.menu {
|
||||
padding: 0px;
|
||||
|
||||
& button.image-button.model {
|
||||
padding: 0;
|
||||
border: none;
|
||||
|
@ -2077,6 +2077,8 @@ menubar > item:disabled { color: #919190; box-shadow: none; }
|
||||
|
||||
menubar .csd.popup decoration { border-radius: 0; }
|
||||
|
||||
popover.menu { padding: 0px; }
|
||||
|
||||
popover.menu button.image-button.model { padding: 0; border: none; background: none; box-shadow: none; }
|
||||
|
||||
popover.menu button.image-button.model:selected { border: none; color: #ffffff; background: #15539e; }
|
||||
|
@ -2093,6 +2093,8 @@ menubar > item:disabled { color: #929595; box-shadow: none; }
|
||||
|
||||
menubar .csd.popup decoration { border-radius: 0; }
|
||||
|
||||
popover.menu { padding: 0px; }
|
||||
|
||||
popover.menu button.image-button.model { padding: 0; border: none; background: none; box-shadow: none; }
|
||||
|
||||
popover.menu button.image-button.model:selected { border: none; color: #ffffff; background: #3584e4; }
|
||||
|
Loading…
Reference in New Issue
Block a user