浏览代码

Make (You) unselectable

Tusooa Zhu 3 年之前
父节点
当前提交
8896afd8d8
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;
   }