Remove now unnecessary animation that caused buggyness

This commit is contained in:
CTalvio
2022-07-04 23:59:14 +03:00
parent 91c33b321b
commit e4c3c6ce95

View File

@@ -172,23 +172,6 @@ div[data-role="controlgroup"] a[data-role="button"] {
} }
/*ANIMATIONS*/ /*ANIMATIONS*/
/*Fade as images load*/
.blurhash-canvas {
transition: 0.2s;
}
.cardImageContainer {
transition: 0.7s;
}
.checkboxOutline,
.emby-input,
.emby-textarea,
.emby-select-withcolor,
.selectLabel
.inputLabel,
.textareaLabel {
transition: 0.1s;
}
/*Hover background for section title buttons*/ /*Hover background for section title buttons*/
.button-flat:hover { .button-flat:hover {
background: rgba(0, 164, 220, 0.2); background: rgba(0, 164, 220, 0.2);