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 <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2019-01-28 17:50:58 -08:00
parent 743d976d50
commit fa06f75ba1
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

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