Adwaita: Remove padding from popover.menu

The padding belongs to the contents subnode in this case.
This commit is contained in:
Timm Bäder 2019-10-18 11:43:47 +02:00
parent 426d5ca1b7
commit 350495cf1c
3 changed files with 6 additions and 0 deletions

View File

@ -4785,6 +4785,8 @@ menubar {
}
popover.menu {
padding: 0px;
& button.image-button.model {
padding: 0;
border: none;

View File

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

View File

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