mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
Added hover style change for better recognition
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user