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

Fix underline in card images

This commit is contained in:
Bill Thornton 2022-04-19 16:53:46 -04:00
parent 89af1e339d
commit cd24cd19b0

View file

@ -171,6 +171,7 @@ button::-moz-focus-inner {
position: relative;
background-clip: content-box !important;
color: inherit;
text-decoration: none;
}
.cardContent.cardImageContainer {