Fixed: boosted indicator had no hover state

This commit is contained in:
Niléane 2024-02-27 21:49:01 +01:00
parent 4f80b02a34
commit 71e7b73ac5
No known key found for this signature in database
3 changed files with 6 additions and 12 deletions

View file

@ -1275,7 +1275,8 @@ body.app-body {
.status__display-name,
a.account__display-name
):is(:active, :focus, :hover)
.display-name strong {
.display-name strong,
.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong {
text-decoration-line: underline;
text-decoration-color: currentColor;
text-decoration-thickness: 2px;
@ -2639,9 +2640,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .status__prepend .muted .emojione {
opacity: 1;
}
.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) {
color: #D3487F;
}
.app-body .status-card,
.app-body .status-card.compact {
background-color: var(--color-content-bg);

View file

@ -1275,7 +1275,8 @@ body.app-body {
.status__display-name,
a.account__display-name
):is(:active, :focus, :hover)
.display-name strong {
.display-name strong,
.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong {
text-decoration-line: underline;
text-decoration-color: currentColor;
text-decoration-thickness: 2px;
@ -2639,9 +2640,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .status__prepend .muted .emojione {
opacity: 1;
}
.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) {
color: #D3487F;
}
.app-body .status-card,
.app-body .status-card.compact {
background-color: var(--color-content-bg);

View file

@ -1275,7 +1275,8 @@ body.app-body {
.status__display-name,
a.account__display-name
):is(:active, :focus, :hover)
.display-name strong {
.display-name strong,
.app-body .status__prepend .status__display-name:is(:active, :focus, :hover) strong {
text-decoration-line: underline;
text-decoration-color: currentColor;
text-decoration-thickness: 2px;
@ -2639,9 +2640,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .status__prepend .muted .emojione {
opacity: 1;
}
.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) {
color: #D3487F;
}
.app-body .status-card,
.app-body .status-card.compact {
background-color: var(--color-content-bg);