Fix DM being highlighted when it's inside a favourite notification (#3267)
This commit is contained in:
		
							parent
							
								
									1fd18a61bd
								
							
						
					
					
						commit
						be83d450eb
					
				
					 1 changed files with 10 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -557,10 +557,6 @@
 | 
			
		|||
  &.status-direct {
 | 
			
		||||
    background: lighten($ui-base-color, 8%);
 | 
			
		||||
 | 
			
		||||
    .status__display-name strong {
 | 
			
		||||
      color: $primary-text-color;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .icon-button.disabled {
 | 
			
		||||
      color: lighten($ui-base-color, 16%);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			@ -604,6 +600,16 @@
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.notification-favourite {
 | 
			
		||||
  .status.status-direct {
 | 
			
		||||
    background: transparent;
 | 
			
		||||
 | 
			
		||||
    .icon-button.disabled {
 | 
			
		||||
      color: lighten($ui-base-color, 13%);
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status__relative-time {
 | 
			
		||||
  color: lighten($ui-base-color, 26%);
 | 
			
		||||
  float: right;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue