1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 07:08:20 +00:00

Remove the fill transition

It looked terrible, presumably because it requires repaints.
This commit is contained in:
Jermolene 2014-07-15 13:17:28 +01:00
parent 7e7c9592be
commit a58e1d01ca

View File

@ -16,7 +16,6 @@ tags: $:/tags/stylesheet
.tw-upgrade-wizard svg.tw-image-download-button {
width: 14em;
height: 14em;
<<transition "fill 150ms ease-in-out">>;
fill: <<colour muted-foreground>>;
}