]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Merge pull request #4150 from AntonKhorev/note-table-bootstrap-highlight
[rails.git] / app / assets / stylesheets / common.scss
index 5f89453c62634dac4ea172294abd75013c886e8e..3eedfdbae3d21fed1dcc65986a86e9f6e03ae28b 100644 (file)
@@ -1190,6 +1190,8 @@ div.secondary-actions {
   code {
     background: $lightgrey;
     padding: 2px 3px;
+    direction: inherit; /* fix for Bootstrap < 5.2 */
+    unicode-bidi: unset; /* fix for Bootstrap < 5.2 */
   }
 
   pre {
@@ -1218,14 +1220,6 @@ div.secondary-actions {
   }
 }
 
-/* Rules for the user notes list */
-
-.note_list {
-  tr.creator {
-    background-color: $offwhite;
-  }
-}
-
 /* Rules for the iD editor */
 
 .id-embed {