mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	css: Use SCSS nesting in zulip.scss for .floating_recipient.
				
					
				
			This commit is contained in:
		| @@ -801,25 +801,27 @@ td.pointer { | |||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| .floating_recipient .recipient_row { | .floating_recipient { | ||||||
|     border-top: 1px solid hsl(0, 0%, 88%); |     .recipient_row { | ||||||
| } |         border-top: 1px solid hsl(0, 0%, 88%); | ||||||
|  |     } | ||||||
|  |  | ||||||
| .floating_recipient .recipient_row_date.hide-date { |     .recipient_row_date.hide-date { | ||||||
|     display: block; |         display: block; | ||||||
| } |     } | ||||||
|  |  | ||||||
| /* |     /* | ||||||
|    We can't collapse the floating recipient bar yet, so this is |        We can't collapse the floating recipient bar yet, so this is | ||||||
|    just a temporary hack. |        just a temporary hack. | ||||||
| */ |     */ | ||||||
| .floating_recipient .messages-collapse { |     .messages-collapse { | ||||||
|     display: none; |         display: none; | ||||||
| } |     } | ||||||
|  |  | ||||||
| .floating_recipient .message_header_private_message { |     .message_header_private_message { | ||||||
|     border-bottom: 0px; |         border-bottom: 0px; | ||||||
|     border-left: 0px; |         border-left: 0px; | ||||||
|  |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| .stream_label { | .stream_label { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user