]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Use text-danger style for pending trace warning
[rails.git] / app / assets / stylesheets / common.scss
index b28b2547d59401bc53c4e0aca386053b644ce044..5db46be6823537121cc80902eac22fdff298b268 100644 (file)
@@ -1495,10 +1495,6 @@ tr.turn:hover {
     color: gray;
   }
 
-  .trace_pending {
-    color: red;
-  }
-
   .trace_public {
     color: green;
   }
@@ -1519,10 +1515,6 @@ tr.turn:hover {
 /* Rules for the trace view */
 
 .trace-show {
-  .trace_pending {
-    color: red;
-  }
-
   .geo {
     display: inline;
   }