style(scss): 移除按钮悬停背景色过渡效果
Discourse Theme / ci (push) Failing after 0s

- 移除了按钮元素的 hover 状态背景色变化
- 删除了 transition 属性相关的悬停动画效果
- 简化了按钮样式代码结构
This commit is contained in:
2026-02-26 15:26:05 +08:00
parent 15ec4e326a
commit 2f5c4b2989
-4
View File
@@ -72,10 +72,6 @@
padding: 16px 12px; padding: 16px 12px;
overflow: hidden; overflow: hidden;
transition: background-color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out;
&:hover{
background-color: var(--accent-text-color);
}
} }
.user-content{ .user-content{