Reduced opacity on trending stories meta

This commit is contained in:
Niléane 2024-02-17 21:16:35 +01:00
parent f061ed7d15
commit 514b6d5e35
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -4028,7 +4028,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
opacity: .7;
transition: all .3s;
}
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
.app-body .story:hover :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent);
opacity: 1;
}

View file

@ -4028,7 +4028,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
opacity: .7;
transition: all .3s;
}
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
.app-body .story:hover :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent);
opacity: 1;
}

View file

@ -4028,7 +4028,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
opacity: .7;
transition: all .3s;
}
.app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) {
.app-body .story:hover :is(.story__details__publisher, .story__details__shared) {
color: var(--color-accent);
opacity: 1;
}