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

Fix lint errors

This commit is contained in:
Dmitry Lyzo 2021-04-13 15:35:59 +03:00
parent 3d7562d3ff
commit 9562a96f81

View file

@ -196,6 +196,7 @@ button::-moz-focus-inner {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
border-radius: 0.2em;
/* Needed in case this is a button */ /* Needed in case this is a button */
display: block; display: block;
@ -228,19 +229,10 @@ button::-moz-focus-inner {
background-color: #242424; background-color: #242424;
} }
.blurhash-canvas, .blurhash-canvas {
.cardContent,
.cardOverlayContainer {
border-radius: 0.2em; border-radius: 0.2em;
} }
.visualCardBox .blurhash-canvas,
.visualCardBox .cardContent,
.visualCardBox .cardOverlayContainer {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.cardContent-shadow, .cardContent-shadow,
.cardBox:not(.visualCardBox) .cardPadder { .cardBox:not(.visualCardBox) .cardPadder {
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37); box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
@ -780,6 +772,14 @@ button::-moz-focus-inner {
bottom: 0; bottom: 0;
right: 0; right: 0;
user-select: none; user-select: none;
border-radius: 0.2em;
}
.visualCardBox .blurhash-canvas,
.visualCardBox .cardContent,
.visualCardBox .cardOverlayContainer {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
} }
.card-hoverable:hover .cardOverlayContainer { .card-hoverable:hover .cardOverlayContainer {