mirror of
				https://github.com/langgenius/dify.git
				synced 2025-11-04 12:53:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
								 | 
							
								.itemActive::after {
							 | 
						||
| 
								 | 
							
								  content: '';
							 | 
						||
| 
								 | 
							
								  position: absolute;
							 | 
						||
| 
								 | 
							
								  bottom: -1px;
							 | 
						||
| 
								 | 
							
								  left: 0;
							 | 
						||
| 
								 | 
							
								  width: 100%;
							 | 
						||
| 
								 | 
							
								  height: 2px;
							 | 
						||
| 
								 | 
							
								  background-color: #155EEF;
							 | 
						||
| 
								 | 
							
								}
							 |