theme: Set -arrow-rise property of backgroundMenu to 0
Background menu shown on right clicking desktop background has an arrow pointer which points to nothing. This patch sets its height (rise) to 0 so that no arrow is formed. https://bugzilla.gnome.org/show_bug.cgi?id=699608
This commit is contained in:
parent
0d92451c49
commit
297877fbe2
@ -2624,4 +2624,5 @@ StScrollBar StButton#vhandle:active {
|
|||||||
|
|
||||||
.background-menu {
|
.background-menu {
|
||||||
-boxpointer-gap: 4px;
|
-boxpointer-gap: 4px;
|
||||||
|
-arrow-rise: 0px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user