[ARVADOS-WORKBENCH2] updated: 1.1.4-327-g6577b54

Git user git at public.curoverse.com
Thu Jul 19 03:08:48 EDT 2018


Summary of changes:
 src/components/tree/tree.tsx | 2 ++
 1 file changed, 2 insertions(+)

       via  6577b5404eef1061fc3f2fb1cfdc1775bd752132 (commit)
      from  5219b97601d3aee849081f81536f8edd91d9ad53 (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 6577b5404eef1061fc3f2fb1cfdc1775bd752132
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Thu Jul 19 09:08:40 2018 +0200

    change arrow color for free component
    
    Feature #13797
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/components/tree/tree.tsx b/src/components/tree/tree.tsx
index 1ceb3b9..16f3ab2 100644
--- a/src/components/tree/tree.tsx
+++ b/src/components/tree/tree.tsx
@@ -62,6 +62,7 @@ class Tree<T> extends React.Component<TreeProps<T> & WithStyles<CssRules>, {}> {
                 </div>)}
         </List>;
     }
+
     renderArrow(status: TreeItemStatus, arrowClass: string, open: boolean, id: string) {
         const { arrowTransition, arrowVisibility, arrowRotate } = this.props.classes;
         return <i onClick={() => this.props.toggleItemOpen(id, status)}
@@ -88,6 +89,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         position: 'absolute',
     },
     inactiveArrow: {
+        color: theme.palette.grey["700"],
         position: 'absolute',
     },
     arrowTransition: {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list