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; }