mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix: reply hover effect
This commit is contained in:
		
							parent
							
								
									a149211bb4
								
							
						
					
					
						commit
						27ce301f45
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -476,7 +476,7 @@ if (props.detail) {
 | 
			
		|||
	position: relative;
 | 
			
		||||
	display:  flex;
 | 
			
		||||
 | 
			
		||||
	:is(.detailed, .replyRoot) &::after {
 | 
			
		||||
	:is(.detailed, .isReply) &::after {
 | 
			
		||||
		content: "";
 | 
			
		||||
		position: absolute;
 | 
			
		||||
		top: -12px;
 | 
			
		||||
| 
						 | 
				
			
			@ -490,8 +490,8 @@ if (props.detail) {
 | 
			
		|||
		z-index: -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	:is(.detailed, .replyRoot) &:hover::after,
 | 
			
		||||
	:is(.detailed, .replyRoot) &:focus-within::after {
 | 
			
		||||
	:is(.detailed, .isReply) &:hover::after,
 | 
			
		||||
	:is(.detailed, .isReply) &:focus-within::after {
 | 
			
		||||
		opacity: 1;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue