]> git.openstreetmap.org Git - rails.git/commitdiff
Prevent reversal of sprite positions on welcome screen
authorTom Hughes <tom@compton.nu>
Mon, 25 Feb 2019 18:50:40 +0000 (18:50 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 25 Feb 2019 18:50:40 +0000 (18:50 +0000)
Fixes #2156

app/assets/stylesheets/common.scss

index 8cdd57a4e431fcdfb41986255465548b4d210b9d..9f01735fdfe27c989cc7089a0f9889be7dd28186 100644 (file)
@@ -2624,7 +2624,7 @@ input.richtext_title[type="text"] {
   }
 
   .sprite.x {
   }
 
   .sprite.x {
-    background-position: -50px 0;
+    /* no-r2 */ background-position: -50px 0;
   }
 
   .sprite.term {
   }
 
   .sprite.term {
@@ -2633,27 +2633,27 @@ input.richtext_title[type="text"] {
   }
 
   .sprite.node {
   }
 
   .sprite.node {
-    background-position: -100px 0;
+    /* no-r2 */ background-position: -100px 0;
   }
 
   .sprite.way {
   }
 
   .sprite.way {
-    background-position: -150px 0;
+    /* no-r2 */ background-position: -150px 0;
   }
 
   .sprite.tag {
   }
 
   .sprite.tag {
-    background-position: -200px 0;
+    /* no-r2 */ background-position: -200px 0;
   }
 
   .sprite.editor {
   }
 
   .sprite.editor {
-    background-position: -250px 0;
+    /* no-r2 */ background-position: -250px 0;
   }
 
   .sprite.question {
   }
 
   .sprite.question {
-    background-position: -300px 0;
+    /* no-r2 */ background-position: -300px 0;
   }
 
   .sprite.rules {
   }
 
   .sprite.rules {
-    background-position: -350px 0;
+    /* no-r2 */ background-position: -350px 0;
   }
 
   .start-mapping {
   }
 
   .start-mapping {