mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 20:08:11 +08:00
switch to roboto condensed for space
This commit is contained in:
@@ -41,7 +41,6 @@ class CellSetButton extends React.Component {
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontFamily: "Georgia",
|
||||
fontSize: 14,
|
||||
marginLeft: 8,
|
||||
position: "relative",
|
||||
|
||||
@@ -18,16 +18,6 @@ class Expression extends React.Component {
|
||||
this.state = {};
|
||||
}
|
||||
|
||||
handleClick(gene) {
|
||||
return () => {
|
||||
const { dispatch } = this.props;
|
||||
dispatch({
|
||||
type: "color by expression",
|
||||
gene
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
computeDiffExp() {
|
||||
const { dispatch, differential } = this.props;
|
||||
dispatch(
|
||||
|
||||
@@ -97,7 +97,7 @@ class GeneExpression extends React.Component {
|
||||
background: "none",
|
||||
cursor: "pointer",
|
||||
outline: "none",
|
||||
margin: "none",
|
||||
marginTop: 20,
|
||||
padding: 0
|
||||
}}
|
||||
onClick={() => {
|
||||
@@ -109,6 +109,7 @@ class GeneExpression extends React.Component {
|
||||
<CirclePlus
|
||||
style={{
|
||||
display: "inline-block",
|
||||
marginLeft: 7,
|
||||
color: globals.brightBlue,
|
||||
fontSize: 22
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user