summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-04-22 15:14:54 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-04-22 15:15:33 -0400
commitc832ca1732fb92bae54b4f4e809f2860ba350521 (patch)
tree9e4f07afe7d3848b4f82c1bb6c35e0601ea33d23
parent6cc1cbcba14e2e11c6d58d5691b047a45e5fbe46 (diff)
downloadefl-c832ca1732fb92bae54b4f4e809f2860ba350521.tar.gz
theme: explicitly hide focus glow for comp menu themes
this was getting clipped under x11 and was displaying itself (poorly) on wayland
-rw-r--r--data/elementary/themes/edc/comp.edc6
1 files changed, 6 insertions, 0 deletions
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; }
+ }
}
}