Browse Source

Make (You) unselectable

Tusooa Zhu 3 years ago
parent
commit
8896afd8d8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/mention_link/mention_link.scss

+ 2 - 1
src/components/mention_link/mention_link.scss

@@ -27,7 +27,8 @@
     user-select: all;
   }
 
-  .short.-with-tooltip {
+  .short.-with-tooltip,
+  .you {
     user-select: none;
   }