This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 9ded829f9ff09dcc630c647314a09641bbd5b136 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Fri Aug 1 13:27:59 2014 +0200 delete opacity on alert:hover --- pollen-ui-angular/src/main/webapp/less/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-angular/src/main/webapp/less/style.less b/pollen-ui-angular/src/main/webapp/less/style.less index 77ca38f..1fbf93d 100644 --- a/pollen-ui-angular/src/main/webapp/less/style.less +++ b/pollen-ui-angular/src/main/webapp/less/style.less @@ -358,7 +358,7 @@ body { .transition(opacity @short-time-transition ease); &:hover { - opacity:0.7; + opacity:1; .transition(opacity @short-time-transition ease); } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.