raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=51344cb21a15bdcf0c2b48193ee604e7c6ce5705

commit 51344cb21a15bdcf0c2b48193ee604e7c6ce5705
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Jun 4 12:21:33 2021 +0100

    elm theme - fix warning in theme due to cc work
---
 data/elementary/themes/edc/elm/border.edc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/data/elementary/themes/edc/elm/border.edc 
b/data/elementary/themes/edc/elm/border.edc
index 2d61890763..ebf8c47265 100644
--- a/data/elementary/themes/edc/elm/border.edc
+++ b/data/elementary/themes/edc/elm/border.edc
@@ -80,6 +80,9 @@ group { name: "elm/border/base/default";
             rel.to: "_sh1";
             color_class: "/shadow/normal/border";
          }
+         description { state: "hidden"; inherit;
+            visible: 0;
+         }
          description { state: "focused";
             inherit: "default";
             color_class: "/shadow/selected/border";

-- 


Reply via email to