From: Tom Hughes Date: Mon, 25 Feb 2019 18:50:40 +0000 (+0000) Subject: Prevent reversal of sprite positions on welcome screen X-Git-Tag: live~2669 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2d4c548a9e9a73e74b3afd3779d69d82a57b1ecc?hp=d2ff1491b4b6f8fa3b64ab88414d0dbf01cc520e Prevent reversal of sprite positions on welcome screen Fixes #2156 --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 8cdd57a4e..9f01735fd 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2624,7 +2624,7 @@ input.richtext_title[type="text"] { } .sprite.x { - background-position: -50px 0; + /* no-r2 */ background-position: -50px 0; } .sprite.term { @@ -2633,27 +2633,27 @@ input.richtext_title[type="text"] { } .sprite.node { - background-position: -100px 0; + /* no-r2 */ background-position: -100px 0; } .sprite.way { - background-position: -150px 0; + /* no-r2 */ background-position: -150px 0; } .sprite.tag { - background-position: -200px 0; + /* no-r2 */ background-position: -200px 0; } .sprite.editor { - background-position: -250px 0; + /* no-r2 */ background-position: -250px 0; } .sprite.question { - background-position: -300px 0; + /* no-r2 */ background-position: -300px 0; } .sprite.rules { - background-position: -350px 0; + /* no-r2 */ background-position: -350px 0; } .start-mapping {