mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
Added hover style change for better recognition
This commit is contained in:
parent
c29b4cfda9
commit
22a35af6b6
@ -125,7 +125,7 @@ export function TerminalRoot({ terminal, router, player }: IProps): React.ReactE
|
||||
paragraph={false}
|
||||
onClick={() => terminal.connectToServer(player, item.hostname)}
|
||||
>
|
||||
<Typography sx={{ textDecoration: 'underline' }}>{item.hostname}</Typography>
|
||||
<Typography sx={{ textDecoration: 'underline', "&:hover": { textDecoration: 'none'} }}>{item.hostname}</Typography>
|
||||
</MuiLink>
|
||||
</>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user