mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-11-28 06:48:19 +09:00
Reduced opacity on trending stories meta
This commit is contained in:
parent
f061ed7d15
commit
514b6d5e35
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user