mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Design improvement
This commit is contained in:
@@ -41,6 +41,7 @@ function RenderFinishPage() {
|
|||||||
return <li key={index}>
|
return <li key={index}>
|
||||||
<p style={{
|
<p style={{
|
||||||
textDecoration: logPlaying === outputLogPath ? "underline" : "none",
|
textDecoration: logPlaying === outputLogPath ? "underline" : "none",
|
||||||
|
cursor: logPlaying === outputLogPath ? "default" : "pointer",
|
||||||
}} onClick={() => {
|
}} onClick={() => {
|
||||||
setLogPlaying(outputLogPath);
|
setLogPlaying(outputLogPath);
|
||||||
}} title={outputLogPath}>{inputLog.name}</p>
|
}} title={outputLogPath}>{inputLog.name}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user