Merge pull request #2334 from ZhenShuo2021/style/anchor

💄 Style: prevent anchor from being selected
This commit is contained in:
Nuno C.
2025-07-21 10:07:26 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -2374,6 +2374,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;
}