1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #2027 from dmitrylyzo/no-hover-on-touch

Remove custom hover style
This commit is contained in:
dkanada 2020-11-28 17:50:43 +09:00 committed by GitHub
commit 24286c90f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,8 +372,7 @@
font-size: smaller;
}
.paper-icon-button-light:hover {
color: #fff !important;
.paper-icon-button-light {
background-color: transparent !important;
}
@ -383,10 +382,6 @@
font-size: 1.7em;
}
.btnPlayPause:hover {
background-color: transparent !important;
}
.nowPlayingPageImage {
/* width: inherit; */
overflow-y: hidden;