From 928c325d2ab3bf1954b8829708418e0f42efe0a6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 3 Mar 2021 01:38:51 +0300 Subject: [PATCH] tweak... Signed-off-by: Alex A. Naanou --- Viewer/css/layout.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Viewer/css/layout.less b/Viewer/css/layout.less index 17a4ae4d..f99e762e 100755 --- a/Viewer/css/layout.less +++ b/Viewer/css/layout.less @@ -368,9 +368,8 @@ button:hover { /* Custom buttons... */ /* XXX do we need both this and the active update??? */ -.crop-mode .buttons .button.crop, -.collection-mode .buttons .button.collections { - //text-decoration: underline; +.crop-mode .buttons:not(:hover) .button.crop, +.collection-mode .buttons:not(:hover) .button.collections { opacity: 0.7; }