Fixed end time hover #772

This commit is contained in:
Tetrax 2022-05-28 20:13:50 +05:30 committed by GitHub
parent d37bd28a1d
commit e958f72dbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ ul.main-navBar-entryPoints > div.GlueDropTarget >*.active {
top: 10px !important;
}
/* hide and move progress time location */
/* hide and move progress time location for start time */
.playback-bar__progress-time-elapsed {
opacity: 0;
position: absolute;
@ -190,7 +190,8 @@ ul.main-navBar-entryPoints > div.GlueDropTarget >*.active {
transition-duration: 0.15s;
}
.main-playbackBarRemainingTime-container {
/* hide and move progress time location for end time */
.npFSJSO1wsu3mEEGb5bh {
opacity: 0;
position: absolute;
bottom: 13px;
@ -200,7 +201,7 @@ ul.main-navBar-entryPoints > div.GlueDropTarget >*.active {
/* show time on hover */
.playback-bar:hover .playback-bar__progress-time-elapsed,
.playback-bar:hover .main-playbackBarRemainingTime-container {
.playback-bar:hover .npFSJSO1wsu3mEEGb5bh {
opacity: 1;
}