From 015150be5a0252b6a1efcd0ca37d45f4145329db Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 4 Jun 2013 21:35:20 -0400 Subject: [PATCH] only show hover style when there's a link --- dashboard-ui/css/librarybrowser.css | 2 +- dashboard-ui/scripts/librarybrowser.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/css/librarybrowser.css b/dashboard-ui/css/librarybrowser.css index f238a462b4..2d662e19df 100644 --- a/dashboard-ui/css/librarybrowser.css +++ b/dashboard-ui/css/librarybrowser.css @@ -347,7 +347,7 @@ a.itemTag:hover { margin-top: -30px; } - .itemDetailImage:hover { + .itemDetailGalleryLink img:hover { -moz-box-shadow: 0 0 20px 3px #2572EB; -webkit-box-shadow: 0 0 20px 3px #2572EB; box-shadow: 0 0 20px 3px #2572EB; diff --git a/dashboard-ui/scripts/librarybrowser.js b/dashboard-ui/scripts/librarybrowser.js index 3185893e52..a6d589ddfc 100644 --- a/dashboard-ui/scripts/librarybrowser.js +++ b/dashboard-ui/scripts/librarybrowser.js @@ -1292,7 +1292,7 @@ var linkToGallery = LibraryBrowser.shouldDisplayGallery(item); if (linkToGallery) { - html += ""; + html += ""; } html += "";