From fa06f75ba1cf3cb2b3b0104d2e634dd4369c0733 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 28 Jan 2019 17:50:58 -0800 Subject: [PATCH] ui: Fix regression with card icon style in front page - Don't show tinted icons in any page except apps page. Signed-off-by: Sunil Mohan Adapa --- static/themes/default/css/plinth.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 68372b8a8..4da0bcda6 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -298,7 +298,7 @@ footer license-info p { justify-content: left; } -.card-icon img { +.apps-page .card-icon img { transition: filter 0.3s; /* --- .installed ---*/ @@ -311,7 +311,7 @@ footer license-info p { /* filter: grayscale(1) opacity(1); */ } -.card:hover .card-icon img { +.apps-page .card:hover .card-icon img { filter: none; }