mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	chore: Make aggregation arrow transparent
This commit is contained in:
		@@ -121,13 +121,13 @@ g.classGroup line {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#aggregationStart, .aggregation {
 | 
			
		||||
  fill: ${options.mainBkg} !important;
 | 
			
		||||
  fill: transparent !important;
 | 
			
		||||
  stroke: ${options.lineColor} !important;
 | 
			
		||||
  stroke-width: 1;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#aggregationEnd, .aggregation {
 | 
			
		||||
  fill: ${options.mainBkg} !important;
 | 
			
		||||
  fill: transparent !important;
 | 
			
		||||
  stroke: ${options.lineColor} !important;
 | 
			
		||||
  stroke-width: 1;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user