2
0

Refactor to reuse the one status partial across moderation tools (#35644)

This commit is contained in:
Emelia Smith
2025-08-21 16:51:11 +02:00
committed by GitHub
parent f85f0eee1b
commit 4f494781c1
14 changed files with 88 additions and 119 deletions

View File

@@ -2384,6 +2384,7 @@ a .account__avatar {
.detailed-status__display-name,
.detailed-status__datetime,
.detailed-status__application,
.detailed-status__link,
.account__display-name {
text-decoration: none;
}
@@ -2416,7 +2417,8 @@ a.account__display-name {
}
.detailed-status__application,
.detailed-status__datetime {
.detailed-status__datetime,
.detailed-status__link {
color: inherit;
}
@@ -2602,8 +2604,9 @@ a.account__display-name {
}
.status__relative-time,
.detailed-status__datetime {
&:hover {
.detailed-status__datetime,
.detailed-status__link {
&:is(a):hover {
text-decoration: underline;
}
}