Fix missing border on error screen in light theme in web UI (#26152)
This commit is contained in:
		
							parent
							
								
									633071d1d5
								
							
						
					
					
						commit
						5db70fc514
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -24,13 +24,16 @@ html {
 | 
			
		|||
.column > .scrollable,
 | 
			
		||||
.getting-started,
 | 
			
		||||
.column-inline-form,
 | 
			
		||||
.error-column,
 | 
			
		||||
.regeneration-indicator {
 | 
			
		||||
  background: $white;
 | 
			
		||||
  border: 1px solid lighten($ui-base-color, 8%);
 | 
			
		||||
  border-top: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.error-column {
 | 
			
		||||
  border: 1px solid lighten($ui-base-color, 8%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.column > .scrollable.about {
 | 
			
		||||
  border-top: 1px solid lighten($ui-base-color, 8%);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue