mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-30 23:47:42 +03:00 
			
		
		
		
	switched from scale() to scale3d() to fix some rendering problems
This commit is contained in:
		
							parent
							
								
									b607634e60
								
							
						
					
					
						commit
						30b3837b2c
					
				|  | @ -37,7 +37,7 @@ | |||
|       z-index: 1; | ||||
|       opacity: 0; | ||||
|       margin: 0; | ||||
|       transform: scale(2.3); | ||||
|       transform: scale3d(2.3, 2.3, 1); | ||||
|     } | ||||
| 
 | ||||
|     .check { | ||||
|  |  | |||
|  | @ -89,7 +89,7 @@ | |||
|     display: inline-block; | ||||
| } | ||||
| .noUi-handle.noUi-active { | ||||
|     transform: scale(2.5); | ||||
|     transform: scale3d(2.5, 2.5, 1); | ||||
| } | ||||
| [disabled].noUi-slider{ | ||||
|     opacity: 0.5; | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ | |||
|       width: 15px; | ||||
|       border-radius: 100%; | ||||
|       background-color: @radio-default; | ||||
|       transform: scale(0); | ||||
|       transform: scale3d(0, 0, 0); | ||||
|     } | ||||
|     .check:after { | ||||
|       display: block; | ||||
|  | @ -39,7 +39,7 @@ | |||
|       z-index: 1; | ||||
|       opacity: 0; | ||||
|       margin: 0; | ||||
|       transform: scale(1.5); | ||||
|       transform: scale3d(1.5, 1.5, 1); | ||||
|     } | ||||
|     input[type=radio]:not(:checked) ~ .check:after { | ||||
|       animation: rippleOff 500ms; | ||||
|  | @ -64,7 +64,7 @@ | |||
|     overflow: hidden; | ||||
|   } | ||||
|   input[type=radio]:checked ~ .check { | ||||
|     transform: scale(0.55); | ||||
|     transform: scale3d(0.55, 0.55, 1); | ||||
|   } | ||||
|   input[type=radio][disabled] ~ .circle { | ||||
|     border-color: @lightbg-text; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user