From 75ea2b0ccb11dfe3d714745960d3b7cee2407a91 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Mon, 23 Aug 2021 08:17:28 -0500 Subject: [PATCH] Make group call participant titles unselectable --- stylesheets/_modules.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index f9f9cd34981..f42859c9fe1 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -5689,6 +5689,7 @@ button.module-image__border-overlay:focus { display: flex; padding: 6px; position: absolute; + user-select: none; width: 100%; z-index: 2; }