[arvados-workbench2] created: 2.4.0-352-gb2bc9ff2

git repository hosting git at public.arvados.org
Tue Nov 29 16:13:38 UTC 2022


        at  b2bc9ff2d2c52c78d19ed93e1c64e5d2f3e01e5b (commit)


commit b2bc9ff2d2c52c78d19ed93e1c64e5d2f3e01e5b
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date:   Tue Nov 29 17:12:03 2022 +0100

    19786: changed background location
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>

diff --git a/src/views/inactive-panel/inactive-panel.tsx b/src/views/inactive-panel/inactive-panel.tsx
index 8a7c7928..064add3a 100644
--- a/src/views/inactive-panel/inactive-panel.tsx
+++ b/src/views/inactive-panel/inactive-panel.tsx
@@ -17,16 +17,8 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     root: {
         position: 'relative',
         backgroundColor: theme.palette.grey["200"],
-        '&::after': {
-            content: `''`,
-            position: 'absolute',
-            top: 0,
-            left: 0,
-            bottom: 0,
-            right: 0,
-            background: 'url("arvados-logo-big.png") no-repeat center center',
-            opacity: 0.2,
-        }
+        background: 'url("arvados-logo-big.png") no-repeat center center',
+        backgroundBlendMode: 'soft-light',
     },
     ontop: {
         zIndex: 10
@@ -59,7 +51,6 @@ export interface InactivePanelStateProps {
 
 type InactivePanelProps = WithStyles<CssRules> & InactivePanelActionProps & InactivePanelStateProps;
 
-
 export const InactivePanelRoot = ({ classes, startLinking, inactivePageText, isLoginClusterFederation }: InactivePanelProps) =>
     <Grid container justify="center" alignItems="center" direction="column" spacing={24}
         className={classes.root}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list