mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
Remove now unnecessary animation that caused buggyness
This commit is contained in:
17
base.css
17
base.css
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user