]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Merge remote-tracking branch 'upstream/pull/4697'
[rails.git] / app / assets / stylesheets / common.scss
index b40c60835401d509586e8d5797e6ac0507132533..67813e1788029c06cf1c9deab81424d1e76717c0 100644 (file)
@@ -802,20 +802,12 @@ tr.turn:hover {
 /* Rules for messages pages */
 
 .messages {
-  .inbox-row {
-    background: $offwhite;
-  }
-
   .inbox-row-unread td {
     background: #CBEEA7;
   }
 }
 
 .search_form {
-  #query {
-    z-index: 0;
-  }
-
   .describe_location {
     font-size: 10px;
   }
@@ -869,8 +861,7 @@ div.secondary-actions {
 
 /* Rules for rich text */
 
-.richtext,
-.prose {
+.richtext {
   code {
     background: var(--bs-secondary-bg);
     padding: 2px 3px;