From ef6dbf9485c2fcd46c0ec9deebf992eaf6b1b29d Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:48:31 +0000 Subject: [PATCH] Prevent text selection on left pane header --- stylesheets/_modules.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index f0046197b..8dcd1d0cd 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -5064,6 +5064,7 @@ button.module-image__border-overlay:focus { .module-left-pane__header { flex-grow: 0; flex-shrink: 0; + user-select: none; &__contents { height: calc(#{$header-height} + var(--title-bar-drag-area-height)); @@ -5158,6 +5159,7 @@ button.module-image__border-overlay:focus { flex-grow: 0; flex-shrink: 0; + user-select: none; padding: 1em;