mirror of
				https://github.com/cinnyapp/cinny.git
				synced 2025-11-04 06:20:28 +03:00 
			
		
		
		
	Fix link visible inside spoiler (#2215)
* hide links in spoiler * prevent link click inside spoiler
This commit is contained in:
		
							parent
							
								
									f73dc05e25
								
							
						
					
					
						commit
						2e0c7c4406
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -427,6 +427,12 @@ a {
 | 
			
		|||
    text-decoration: underline;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
[data-mx-spoiler][aria-pressed='true'] a {
 | 
			
		||||
  color: transparent;
 | 
			
		||||
  pointer-events: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
b {
 | 
			
		||||
  font-weight: var(--fw-medium);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue