jmuehlner commented on code in PR #929:
URL: https://github.com/apache/guacamole-client/pull/929#discussion_r1391476059
##########
guacamole/src/main/frontend/src/app/settings/styles/history-player.css:
##########
@@ -96,23 +96,15 @@
background: rgba(0, 0, 0, 0.5);
}
-.settings.connectionHistoryPlayer .guac-player-controls.playing {
+.settings.connectionHistoryPlayer .guac-player-controls {
opacity: 0;
-webkit-transition: opacity 0.25s linear 0.25s;
-moz-transition: opacity 0.25s linear 0.25s;
-o-transition: opacity 0.25s linear 0.25s;
transition: opacity 0.25s linear 0.25s;
}
-.settings.connectionHistoryPlayer .guac-player-controls.paused,
-.settings.connectionHistoryPlayer .guac-player-controls.playing:hover {
- opacity: 1;
- -webkit-transition-delay: 0s;
Review Comment:
The default value for these properties should be 0 anyway, so I don't think
we need these.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]