fix: 占位头像默认白字并保留 hover 描边反馈
修复 user-link inherit 覆盖 post-avatar 白字的问题,头像链接 hover 时用淡绿描边替代变绿字。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -7511,10 +7511,16 @@ button.profile-signature--editable:focus-visible .profile-signature-edit {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
a.user-link--avatar-only:hover,
|
||||
a.user-link--avatar-only:focus-visible {
|
||||
/* 占位头像链接:避免 .user-link inherit 盖掉绿底白字 */
|
||||
a.user-link.user-link--avatar-only {
|
||||
color: #fff;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
a.user-link.user-link--avatar-only:hover,
|
||||
a.user-link.user-link--avatar-only:focus-visible {
|
||||
color: #fff;
|
||||
outline: 2px solid color-mix(in srgb, var(--j13-green) 45%, transparent);
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.post-meta-user {
|
||||
|
||||
Reference in New Issue
Block a user