mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +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;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user