- 移除了按钮元素的 hover 状态背景色变化 - 删除了 transition 属性相关的悬停动画效果 - 简化了按钮样式代码结构
This commit is contained in:
@@ -72,10 +72,6 @@
|
||||
padding: 16px 12px;
|
||||
overflow: hidden;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
|
||||
&:hover{
|
||||
background-color: var(--accent-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
.user-content{
|
||||
|
||||
Reference in New Issue
Block a user