Fix wrong color for ellipsis in boost confirmation dialog in Web UI (#13355)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							11169367e4
						
					
				
				
					commit
					be2f1597cf
				
			@@ -1028,13 +1028,11 @@
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .display-name {
 | 
					    .display-name {
 | 
				
			||||||
 | 
					      color: $light-text-color;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      strong {
 | 
					      strong {
 | 
				
			||||||
        color: $inverted-text-color;
 | 
					        color: $inverted-text-color;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 | 
					 | 
				
			||||||
      span {
 | 
					 | 
				
			||||||
        color: $light-text-color;
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .status__content {
 | 
					    .status__content {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user