From 1f273983ca883e488c149d7feedde57d38f037ee Mon Sep 17 00:00:00 2001 From: Antoine2711 Date: Thu, 16 Apr 2020 13:45:20 -0400 Subject: [PATCH] Improvement of the button :hover Improvement of the button and it's :hover styling --- .../modules/core/images/minimize-map.png | Bin 3218 -> 3230 bytes .../modules/core/styles/project/facets.less | 10 +++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/main/webapp/modules/core/images/minimize-map.png b/main/webapp/modules/core/images/minimize-map.png index 9a5308d571e88fd2bbf09fbebd5a9c5290adcc72..bb2f68c61cf8ad57ae45a2fec12efce7c1493f44 100644 GIT binary patch delta 148 zcmbOvIZsltGr-TCmrII^fq{Y7)59eQNE-k#4+j&FTzz9D+eSqZp3D$W7srr_IY}9_ zcBFov`M*LSfKi}yO;tO)zopr0HAg?0ssI2 delta 136 zcmbOyIZ0BnGr-TCmrII^fq{Y7)59eQNJ{`Q4+j&F{2ug5X``YDPppThi(^Q|oTQ9d zJ5s;T{9hpuz$j3LYdsR)?iOt}=*DND$C_&QsLc``{r}I*@bT4+`*-rzopr07nNa$N&HU diff --git a/main/webapp/modules/core/styles/project/facets.less b/main/webapp/modules/core/styles/project/facets.less index 20702cbe5..2ec12ac34 100644 --- a/main/webapp/modules/core/styles/project/facets.less +++ b/main/webapp/modules/core/styles/project/facets.less @@ -90,13 +90,21 @@ a.facet-title-minimize { text-decoration: none; background-image: url(../../images/minimize-map.png); background-repeat: no-repeat; - background-position: -12px 0px; + background-position: -24px 0px; + } + +a.facet-title-minimize:hover { + background-position: -36px 0px; } li.facet-state-minimize a.facet-title-minimize { background-position: 0px 0px; } +li.facet-state-minimize a.facet-title-minimize:hover { + background-position: -12px 0px; + } + .facet-expression { padding: 3px 5px; font-family: monospace;