mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
743d976d50
commit
fa06f75ba1
@ -298,7 +298,7 @@ footer license-info p {
|
|||||||
justify-content: left;
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-icon img {
|
.apps-page .card-icon img {
|
||||||
transition: filter 0.3s;
|
transition: filter 0.3s;
|
||||||
|
|
||||||
/* --- .installed ---*/
|
/* --- .installed ---*/
|
||||||
@ -311,7 +311,7 @@ footer license-info p {
|
|||||||
/* filter: grayscale(1) opacity(1); */
|
/* filter: grayscale(1) opacity(1); */
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:hover .card-icon img {
|
.apps-page .card:hover .card-icon img {
|
||||||
filter: none;
|
filter: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user