mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 16:07:53 +03:00 
			
		
		
		
	fixed buttons on safari
This commit is contained in:
		
							parent
							
								
									55b6c77b7c
								
							
						
					
					
						commit
						aeabb2a115
					
				|  | @ -57,7 +57,7 @@ var ripples = { | |||
|             $ripple.setAttribute("style", $ripple.getAttribute("style") + ["-ms-" + scale,"-moz-" + scale,"-webkit-" + scale,scale].join(";")); | ||||
| 
 | ||||
|             // Dirty fix for Firefox... seems like absolute elements inside <A> tags do not trigger the "click" event
 | ||||
|             if (/firefox|crios|ip(ad|hone|od)/i.test(navigator.userAgent)) { | ||||
|             if (/firefox|crios|safari|ip(ad|hone|od)/i.test(navigator.userAgent)) { | ||||
|                 $el.click(); | ||||
|             } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user