Fixed: boosted indicator had no hover state
This commit is contained in:
parent
4f80b02a34
commit
71e7b73ac5
3 changed files with 6 additions and 12 deletions
|
|
@ -1275,7 +1275,8 @@ body.app-body {
|
||||||
.status__display-name,
|
.status__display-name,
|
||||||
a.account__display-name
|
a.account__display-name
|
||||||
):is(:active, :focus, :hover)
|
):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-line: underline;
|
||||||
text-decoration-color: currentColor;
|
text-decoration-color: currentColor;
|
||||||
text-decoration-thickness: 2px;
|
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 {
|
.app-body .status__prepend .muted .emojione {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) {
|
|
||||||
color: #D3487F;
|
|
||||||
}
|
|
||||||
.app-body .status-card,
|
.app-body .status-card,
|
||||||
.app-body .status-card.compact {
|
.app-body .status-card.compact {
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
|
|
|
||||||
|
|
@ -1275,7 +1275,8 @@ body.app-body {
|
||||||
.status__display-name,
|
.status__display-name,
|
||||||
a.account__display-name
|
a.account__display-name
|
||||||
):is(:active, :focus, :hover)
|
):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-line: underline;
|
||||||
text-decoration-color: currentColor;
|
text-decoration-color: currentColor;
|
||||||
text-decoration-thickness: 2px;
|
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 {
|
.app-body .status__prepend .muted .emojione {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) {
|
|
||||||
color: #D3487F;
|
|
||||||
}
|
|
||||||
.app-body .status-card,
|
.app-body .status-card,
|
||||||
.app-body .status-card.compact {
|
.app-body .status-card.compact {
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
|
|
|
||||||
|
|
@ -1275,7 +1275,8 @@ body.app-body {
|
||||||
.status__display-name,
|
.status__display-name,
|
||||||
a.account__display-name
|
a.account__display-name
|
||||||
):is(:active, :focus, :hover)
|
):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-line: underline;
|
||||||
text-decoration-color: currentColor;
|
text-decoration-color: currentColor;
|
||||||
text-decoration-thickness: 2px;
|
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 {
|
.app-body .status__prepend .muted .emojione {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.app-body :is(.status__prepend, .notification__message):has(.icon-retweet) {
|
|
||||||
color: #D3487F;
|
|
||||||
}
|
|
||||||
.app-body .status-card,
|
.app-body .status-card,
|
||||||
.app-body .status-card.compact {
|
.app-body .status-card.compact {
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue