Prevent text selection on left pane header

This commit is contained in:
Evan Hahn 2022-09-08 15:48:31 +00:00 committed by GitHub
parent 928acbaf41
commit ef6dbf9485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;