From e155fae9768efaca3421ae209adcb7dc9e4a310b Mon Sep 17 00:00:00 2001
From: nicod_ <nicod@lerebooteux.fr>
Date: Wed, 11 Oct 2023 14:22:06 +0200
Subject: [PATCH] =?UTF-8?q?fix:=20Ne=20pas=20baisser=20l'opacit=C3=A9=20su?=
 =?UTF-8?q?r=20les=20boutons=20d'action=20en=20mode=20liste=20de=20documen?=
 =?UTF-8?q?ts?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Ref #4955
---
 prive/style_prive_plugin_medias.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/prive/style_prive_plugin_medias.html b/prive/style_prive_plugin_medias.html
index 2543208d..5f4ab7c3 100644
--- a/prive/style_prive_plugin_medias.html
+++ b/prive/style_prive_plugin_medias.html
@@ -314,7 +314,6 @@ p.actions {clear:both;}
 .portfolios .item div.mode button,
 .portfolios .item .actions button {display: inline;}
 
-.portfolios .item .actions > *,
 .portfolios .item .mode {opacity:0.4;}
 .portfolios .item .actions .deplacer-modifier {
 	display: flex;
@@ -328,7 +327,6 @@ p.actions {clear:both;}
 }
 .portfolios .item:hover .actions > *,
 .portfolios .item:hover .mode,
-.portfolios .item.hover .actions > *,
 .portfolios .item.hover .mode {visibility:visible;opacity:1;z-index:1000;}
 
 .portfolios .item .titre > .sanstitre,
-- 
GitLab