[ARVADOS-WORKBENCH2] updated: 1.1.4-175-g7cc5530
Git user
git at public.curoverse.com
Wed Jul 4 04:45:04 EDT 2018
Summary of changes:
src/views-components/details-panel/details-panel.tsx | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
via 7cc553052bd1abb3de3916f0c371224699fc6264 (commit)
from 32a3dc29d8cb3f1d7229f8801f173f233a3fdcef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7cc553052bd1abb3de3916f0c371224699fc6264
Author: Artur Janicki <artur.janicki at contractors.roche.com>
Date: Tue Jul 3 14:40:16 2018 +0200
#13704: remove headerTitle class and change title
Feature #13704
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/views-components/details-panel/details-panel.tsx b/src/views-components/details-panel/details-panel.tsx
index 4b55d3f..4bee846 100644
--- a/src/views-components/details-panel/details-panel.tsx
+++ b/src/views-components/details-panel/details-panel.tsx
@@ -47,7 +47,7 @@ class DetailsPanel extends React.Component<DetailsPanelProps & WithStyles<CssRul
{/* className={classnames([classes.root, { [classes.active]: isActive }])} */}
<Typography component="div" className={classes.headerContainer}>
<Grid container alignItems='center' justify='space-around'>
- <Typography variant="title" className={classes.headerTitle} gutterBottom>
+ <Typography variant="title">
Tutorial pipeline
</Typography>
<IconButton color="inherit" onClick={() => toggleDrawer(false)}>
@@ -105,7 +105,7 @@ class DetailsPanel extends React.Component<DetailsPanelProps & WithStyles<CssRul
}
-type CssRules = 'drawerPaper' | 'container' | 'headerContainer' | 'headerTitle'
+type CssRules = 'drawerPaper' | 'container' | 'headerContainer'
| 'tabsIndicator' | 'tabRoot' | 'tabContainer' | 'tabSelected' | 'gridLabel';
const drawerWidth = 320;
@@ -123,9 +123,6 @@ const styles: StyleRulesCallback<CssRules> = (theme: Theme) => ({
color: '#A1A1A1',
margin: `${theme.spacing.unit}px 0`
},
- headerTitle: {
- marginBottom: 0
- },
tabsIndicator: {
backgroundColor: purple
},
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list