From 859bb193894ef01517f02602f4281c2329eea072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Tue, 2 May 2017 13:38:37 +0200 Subject: [PATCH] Toggle do-tasks svg-path-color on focus and active SPR-977 --- css/plugins/do_tasks.less | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/css/plugins/do_tasks.less b/css/plugins/do_tasks.less index ef1ae59..d6171a9 100755 --- a/css/plugins/do_tasks.less +++ b/css/plugins/do_tasks.less @@ -39,6 +39,14 @@ ul.page-attributes { &::before { content: ''; // remove when fontello is removed from usertools } + + &:hover, + &:focus, + &:active { + svg path { + fill: @ini_background; + } + } } svg { @@ -50,14 +58,6 @@ ul.page-attributes { } } - &:hover { - :not(.noopentasks) { - svg path { - fill: @ini_background; - } - } - } - .noopentasks { span { background-color: @ini_background_site;