Skip to content

Commit

Permalink
Merge pull request #1217 from hallieswan/AG-1113_user-select
Browse files Browse the repository at this point in the history
AG-1113: use user-select to prevent score labels from moving when double clicking on histogram in GCT overlay
  • Loading branch information
hallieswan authored Jul 19, 2023
2 parents 6e64563 + 2bc34a6 commit 094f482
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ $tooltip-color: #63676C;
.bar-labels {
&:hover {
cursor: pointer;

// AG-1113: prevent label text from moving in PrimeNG OverlayPanel
// see: https://sagebionetworks.jira.com/browse/AG-1113
user-select: none;
}
}

Expand Down

0 comments on commit 094f482

Please sign in to comment.