Prevent text selection on left pane header
This commit is contained in:
parent
928acbaf41
commit
ef6dbf9485
1 changed files with 2 additions and 0 deletions
|
@ -5064,6 +5064,7 @@ button.module-image__border-overlay:focus {
|
||||||
.module-left-pane__header {
|
.module-left-pane__header {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&__contents {
|
&__contents {
|
||||||
height: calc(#{$header-height} + var(--title-bar-drag-area-height));
|
height: calc(#{$header-height} + var(--title-bar-drag-area-height));
|
||||||
|
@ -5158,6 +5159,7 @@ button.module-image__border-overlay:focus {
|
||||||
|
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue