mirror of
				https://github.com/ionic-team/ionic-framework.git
				synced 2025-11-04 13:17:56 +08:00 
			
		
		
		
	Update core/src/components/button/button.ionic.scss
Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
This commit is contained in:
		@ -63,8 +63,8 @@
 | 
				
			|||||||
  --background-focused: transparent;
 | 
					  --background-focused: transparent;
 | 
				
			||||||
  --background-hover: #{globals.current-color(shade, $subtle: true)};
 | 
					  --background-hover: #{globals.current-color(shade, $subtle: true)};
 | 
				
			||||||
  --background-hover-opacity: 1;
 | 
					  --background-hover-opacity: 1;
 | 
				
			||||||
  --border-color: var(--ion-color-base, #{globals.ion-color(primary, base)});
 | 
					  --border-color: #{globals.ion-color(primary, base)};
 | 
				
			||||||
  --color: var(--ion-color-base, #{globals.ion-color(primary, base)});
 | 
					  --color: #{globals.ion-color(primary, base)};
 | 
				
			||||||
  --ripple-opacity: var(--background-activated-opacity, 1);
 | 
					  --ripple-opacity: var(--background-activated-opacity, 1);
 | 
				
			||||||
  --ripple-color: var(--background-activated);
 | 
					  --ripple-color: var(--background-activated);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user