elm theme - add a blank focus style if you want invisible focus
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 17 Aug 2015 01:48:47 +0000 (10:48 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 17 Aug 2015 01:48:47 +0000 (10:48 +0900)
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

index 19d78cd..f4da05f 100644 (file)
@@ -155,3 +155,8 @@ group { name: "elm/focus_highlight/top/default";
       }
    }
 }
+
+group { name: "elm/focus_highlight/top/blank";
+   parts {
+   }
+}