style(消息组件): 移除系统消息的不可选中和悬停样式

移除系统消息组件中不必要的 user-select 属性和链接的悬停效果,保持样式简洁
This commit is contained in:
Phoenix 2025-06-11 10:25:59 +08:00
parent 044617580c
commit d46ced7614

View File

@ -10,7 +10,6 @@
padding: 0 8px;
word-wrap: break-word;
color: #979191;
user-select: none;
font-weight: 300;
display: inline-block;
border-radius: 3px;
@ -23,13 +22,11 @@
a {
color: #939596;
cursor: pointer;
font-size: 12px;
font-weight: 400;
&:hover {
color: #462AA0;
}
}
}
}