From 297877fbe2960054b928993abcf7f1c55f1abaf6 Mon Sep 17 00:00:00 2001 From: Tarun Kumar Joshi Date: Tue, 1 Oct 2013 11:43:23 +0530 Subject: [PATCH] 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 --- data/theme/gnome-shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 1ba82500c..f1b4293c6 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -2624,4 +2624,5 @@ StScrollBar StButton#vhandle:active { .background-menu { -boxpointer-gap: 4px; + -arrow-rise: 0px; }