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

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;