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
This commit is contained in:
Carsten Haitzler 2015-08-17 10:48:47 +09:00
parent ba17c89488
commit b8a60a9a9b
1 changed files with 5 additions and 0 deletions

View File

@ -155,3 +155,8 @@ group { name: "elm/focus_highlight/top/default";
}
}
}
group { name: "elm/focus_highlight/top/blank";
parts {
}
}