projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
853ce80
)
Adwaita: remove unneeded margin on dropdown menu
author
Lapo Calamandrei
<calamandrei@gmail.com>
Tue, 9 May 2017 10:45:22 +0000
(12:45 +0200)
committer
Lapo Calamandrei
<calamandrei@gmail.com>
Tue, 9 May 2017 10:49:10 +0000
(12:49 +0200)
That margin was probably a left over to workaround some placement
issue on dropdowns which doesn't exist anymore.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 17ba5cb5fe3e4731a7f72747961597a9e39fe10e..65bd2061cce0adffe10ce8d137c25fd6c7050a88 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1917,7
+1917,6
@@
menubar,
menu,
.menu,
.context-menu {
- margin: 4px;
padding: 2px 0px;
background-color: $menu_color;
border: 1px solid $borders_color; // adds borders in a non composited env