make-sfx: fix no-dd css modifier

This commit is contained in:
ed 2021-09-03 20:38:14 +02:00
parent a6dc5e2ce3
commit 11cf43626d

View file

@ -225,7 +225,7 @@ done
rm -rf copyparty/web/dd
f=copyparty/web/browser.css
gzip -d "$f"
sed -r 's/(cursor: )url\([^)]+\), (pointer)/\1\2/; /[0-9]+% \{cursor:/d; /animation: cursor/d' <$f >t
sed -r 's/(cursor: ?)url\([^)]+\), ?(pointer)/\1\2/; /[0-9]+% \{cursor:/d; /animation: ?cursor/d' <$f >t
tmv "$f"
}