Refactor to reuse the one status partial across moderation tools (#35644)
This commit is contained in:
parent
4ef0ce033e
commit
cbb9a4dbe3
14 changed files with 88 additions and 119 deletions
|
|
@ -2333,6 +2333,7 @@ a .account__avatar {
|
|||
.detailed-status__display-name,
|
||||
.detailed-status__datetime,
|
||||
.detailed-status__application,
|
||||
.detailed-status__link,
|
||||
.account__display-name {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
@ -2365,7 +2366,8 @@ a.account__display-name {
|
|||
}
|
||||
|
||||
.detailed-status__application,
|
||||
.detailed-status__datetime {
|
||||
.detailed-status__datetime,
|
||||
.detailed-status__link {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
|
@ -2551,8 +2553,9 @@ a.account__display-name {
|
|||
}
|
||||
|
||||
.status__relative-time,
|
||||
.detailed-status__datetime {
|
||||
&:hover {
|
||||
.detailed-status__datetime,
|
||||
.detailed-status__link {
|
||||
&:is(a):hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue