fix: 修复0fe29c7提交导致的抖动问题

This commit is contained in:
2026-03-30 15:41:33 +08:00
parent d122f19ead
commit baf88a1ca1

View File

@@ -29,7 +29,6 @@
&:hover, &:active { &:hover, &:active {
@apply decoration-transparent; @apply decoration-transparent;
background: var(--btn-plain-bg-hover); background: var(--btn-plain-bg-hover);
border-bottom: 1px dashed var(--link-hover);
text-decoration: none; text-decoration: none;
} }
} }