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:
commit
24286c90f2
1 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue