Change disabled buttons color in light mode to make it more visible (#30998)
This commit is contained in:
		
							parent
							
								
									6c37529723
								
							
						
					
					
						commit
						8c8bee5a36
					
				| 
						 | 
					@ -48,6 +48,10 @@ html {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.icon-button:disabled {
 | 
				
			||||||
 | 
					  color: darken($action-button-color, 25%);
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.account__header__bar .avatar .account__avatar {
 | 
					.account__header__bar .avatar .account__avatar {
 | 
				
			||||||
  border-color: $white;
 | 
					  border-color: $white;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue