Fix focused background color of notifications of direct toots (#6021)
This commit is contained in:
		
							parent
							
								
									891b03536f
								
							
						
					
					
						commit
						d0a8463db0
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -705,6 +705,10 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .status.status-direct {
 | 
					    .status.status-direct {
 | 
				
			||||||
      background: lighten($ui-base-color, 12%);
 | 
					      background: lighten($ui-base-color, 12%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      &.muted {
 | 
				
			||||||
 | 
					        background: transparent;
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .detailed-status,
 | 
					    .detailed-status,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue