mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	css: Remove unnnecessary ids from active pm section color.
By removing the ids and setting the background-colour directly for `.active_private_messages_section` achieves the same purpose.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							024d940724
						
					
				
				
					commit
					694d457f43
				
			@@ -373,11 +373,7 @@
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .active_private_messages_section {
 | 
					    .active_private_messages_section {
 | 
				
			||||||
        #private_messages_section,
 | 
					        background-color: hsl(199deg 33% 46% / 20%);
 | 
				
			||||||
        #direct-messages-list,
 | 
					 | 
				
			||||||
        #hide-more-direct-messages {
 | 
					 | 
				
			||||||
            background-color: hsl(199deg 33% 46% / 20%);
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* these are converting grey things to "new grey" */
 | 
					    /* these are converting grey things to "new grey" */
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -326,11 +326,7 @@ li.show-more-topics {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.active_private_messages_section {
 | 
					.active_private_messages_section {
 | 
				
			||||||
    #private_messages_section,
 | 
					    background-color: hsl(202deg 56% 91%);
 | 
				
			||||||
    #direct-messages-list,
 | 
					 | 
				
			||||||
    #hide-more-direct-messages {
 | 
					 | 
				
			||||||
        background-color: hsl(202deg 56% 91%);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #private_messages_section {
 | 
					    #private_messages_section {
 | 
				
			||||||
        border-radius: 4px 4px 0 0;
 | 
					        border-radius: 4px 4px 0 0;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user