raster pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=e5ebef8de1a81a8b96800f4a1b43c528aaa9989a

commit e5ebef8de1a81a8b96800f4a1b43c528aaa9989a
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Aug 17 10:48:47 2015 +0900

    elm theme - add a blank focus style if you want invisible focus
    
    in some cases you may want a widget to focus but not to get a blue
    hilightaround it - thus provide a blank focus style just for this.
    
    @feature
---
 data/themes/edc/elm/focus.edc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/data/themes/edc/elm/focus.edc b/data/themes/edc/elm/focus.edc
index 19d78cd..f4da05f 100644
--- a/data/themes/edc/elm/focus.edc
+++ b/data/themes/edc/elm/focus.edc
@@ -155,3 +155,8 @@ group { name: "elm/focus_highlight/top/default";
       }
    }
 }
+
+group { name: "elm/focus_highlight/top/blank";
+   parts {
+   }
+}

-- 


Reply via email to