Skip to content

Commit

Permalink
global settings - improve info tooltips
Browse files Browse the repository at this point in the history
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
  • Loading branch information
Abeshouse, Adam A./Sloan Kettering Institute committed Nov 7, 2019
1 parent fa5d03f commit e26bffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/resultsView/settings/ResultsPageSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class ResultsPageSettings extends React.Component<IResultsPageSet
divStyle={{display:"inline-block", marginLeft:6}}
style={{color:"rgb(54, 134, 194)"}}
tooltip={
<span>These settings affect the following tabs: {boldedTabList(["Oncoprint", "Mutual Exclusivity", "Mutations", "Enrichments", "Survival"])}</span>
<span>These settings affect every tab except {boldedTabList(["Co-expression", "CN Segments"])}</span>
}
/>
<div style={{marginLeft:10}}>
Expand All @@ -95,7 +95,7 @@ export default class ResultsPageSettings extends React.Component<IResultsPageSet
divStyle={{display:"inline-block", marginLeft:6}}
style={{color:"rgb(54, 134, 194)"}}
tooltip={
<span>These settings affect the following tabs: {boldedTabList(["Oncoprint", "Mutual Exclusivity", "Mutations", "Enrichments", "Survival"])}</span>
<span>These settings affect every tab except {boldedTabList(["Plots", "Co-expression", "CN Segments"])}</span>
}
/>
<div style={{marginLeft:10}}>
Expand Down

0 comments on commit e26bffa

Please sign in to comment.