Fix glitch SCSS for links in error messages in admin interface
Port SCSS changes from 011b032300657ccca4a42866749afc6ec2588ecc
This commit is contained in:
		
							parent
							
								
									33c80e0783
								
							
						
					
					
						commit
						1149ddd3da
					
				@ -533,6 +533,17 @@ code {
 | 
			
		||||
    color: $error-value-color;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  a {
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    color: $darker-text-color;
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
      color: $primary-text-color;
 | 
			
		||||
      text-decoration: underline;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  p {
 | 
			
		||||
    margin-bottom: 15px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user