mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 21:16:08 +08:00
remove the x for now on buttons
This commit is contained in:
@@ -23,7 +23,7 @@ class CellSetButton extends React.Component {
|
||||
}
|
||||
render() {
|
||||
return (
|
||||
<span style={{marginRight: 20}}>
|
||||
<span style={{marginRight: 10}}>
|
||||
<button
|
||||
style={{
|
||||
color: "#FFF",
|
||||
@@ -43,21 +43,23 @@ class CellSetButton extends React.Component {
|
||||
}
|
||||
</span>
|
||||
</button>
|
||||
<button style={{
|
||||
marginLeft: 3,
|
||||
color: "#FFF",
|
||||
padding: "0px 10px",
|
||||
height: 30,
|
||||
backgroundColor: globals.brightBlue,
|
||||
border: "none",
|
||||
cursor: "pointer",
|
||||
}}>
|
||||
<span style={{fontSize: 24, fontWeight: 700}}> X </span>
|
||||
|
||||
</button>
|
||||
</span>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default CellSetButton;
|
||||
|
||||
//
|
||||
// <button style={{
|
||||
// marginLeft: 3,
|
||||
// color: "#FFF",
|
||||
// padding: "0px 10px",
|
||||
// height: 30,
|
||||
// backgroundColor: globals.brightBlue,
|
||||
// border: "none",
|
||||
// cursor: "pointer",
|
||||
// }}>
|
||||
// <span style={{fontSize: 24, fontWeight: 700}}> X </span>
|
||||
//
|
||||
// </button>
|
||||
|
||||
@@ -43,7 +43,7 @@ class Expression extends React.Component {
|
||||
return (
|
||||
<div>
|
||||
<div style={{margin: 10}}>
|
||||
<div style={{margin: 10, width: 300}}>
|
||||
<div style={{marginBottom: 10, width: 300}}>
|
||||
There are currently
|
||||
{
|
||||
" " +
|
||||
|
||||
Reference in New Issue
Block a user