mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
progress bar pointer hover
This commit is contained in:
@@ -140,7 +140,6 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
|
||||
<img className="ServerIcon" src={Server} />
|
||||
</BigButton>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -48,6 +48,10 @@
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.MainProgressBarWrapper:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ProgressBarWrapper div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user