fix: make :has img selector direct
This commit is contained in:
		
							parent
							
								
									cf6ab9e933
								
							
						
					
					
						commit
						8223465bda
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -64,7 +64,7 @@ a {
 | 
				
			||||||
    color: var(--tertiary) !important;
 | 
					    color: var(--tertiary) !important;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &.internal:not(:has(img)) {
 | 
					  &.internal:not(:has(> img)) {
 | 
				
			||||||
    text-decoration: none;
 | 
					    text-decoration: none;
 | 
				
			||||||
    background-color: var(--highlight);
 | 
					    background-color: var(--highlight);
 | 
				
			||||||
    padding: 0 0.1rem;
 | 
					    padding: 0 0.1rem;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue