From c832ca1732fb92bae54b4f4e809f2860ba350521 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 22 Apr 2016 15:14:54 -0400 Subject: [PATCH] theme: explicitly hide focus glow for comp menu themes this was getting clipped under x11 and was displaying itself (poorly) on wayland --- data/elementary/themes/edc/comp.edc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/elementary/themes/edc/comp.edc b/data/elementary/themes/edc/comp.edc index 0eb3bc8328..35adc3087a 100644 --- a/data/elementary/themes/edc/comp.edc +++ b/data/elementary/themes/edc/comp.edc @@ -621,6 +621,9 @@ group { name: "e/comp/frame/menu"; rel2.relative: 0.95 0.9; } } + image { "glow"; + desc { "focused"; hid; } + } } } @@ -633,6 +636,9 @@ group { name: "e/comp/frame/menu/fast"; rel2.relative: 0.95 0.9; } } + image { "glow"; + desc { "focused"; hid; } + } } }