Browse Source

Make (You) unselectable

Tusooa Zhu 3 năm trước cách đây
mục cha
commit
8896afd8d8
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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;
   }