style: prevent anchor being selected

This commit is contained in:
ZhenShuo Leo
2025-07-13 22:53:57 +08:00
parent 2c71bda97f
commit 03c3f18b72
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -2194,6 +2194,10 @@ body.zen-mode-enable {
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
}
.select-none {
-webkit-user-select: none;
user-select: none;
}
.\!\[clip\:rect\(0\,0\,0\,0\)\] {
clip: rect(0,0,0,0) !important;
}