Skip to content
Snippets Groups Projects

fix(AppBar/Logo): Hovering over the hindawi logo should change the cursor to a pointer

Merged Sinzeanu Demetriad requested to merge HIN-1031 into develop
@@ -72,7 +72,7 @@ export default compose(
const RightContainer = styled.div`
align-items: center;
display: flex;
height ${th('appBar.height')};
height: ${th('appBar.height')};
margin-right: ${th('gridUnit')};
height: ${th('appBar.height')};
@@ -84,13 +84,15 @@ const RightContainer = styled.div`
const LogoContainer = styled.div`
align-items: center;
display: flex;
height ${th('appBar.height')};
height: ${th('appBar.height')};
margin-left: ${th('gridUnit')};
position: absolute;
top: 0;
left: 0;
z-index: 1;
cursor: pointer;
`
const JournalBackground = styled.div`