style(消息组件): 移除系统消息的不可选中和悬停样式
移除系统消息组件中不必要的 user-select 属性和链接的悬停效果,保持样式简洁
This commit is contained in:
parent
044617580c
commit
d46ced7614
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user