mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-30 23:47:42 +03:00 
			
		
		
		
	Merge pull request #326 from edlau/master
Fixed a couple bugs in LESS scripts
This commit is contained in:
		
						commit
						60cfbbd6d6
					
				|  | @ -41,7 +41,7 @@ | ||||||
|     font-size: 26px; |     font-size: 26px; | ||||||
|     width: 56px; |     width: 56px; | ||||||
|     height: 56px; |     height: 56px; | ||||||
|     &, &:hover, &:active |     &, &:hover, &:active { | ||||||
|       .variations(~"", background-color, transparent); |       .variations(~"", background-color, transparent); | ||||||
|     } |     } | ||||||
|     & { |     & { | ||||||
|  |  | ||||||
|  | @ -9,6 +9,9 @@ | ||||||
|   .generic-variations(@extra, @default, { |   .generic-variations(@extra, @default, { | ||||||
|       background-color: @material-color; |       background-color: @material-color; | ||||||
|       color: @text-color; |       color: @text-color; | ||||||
|  |       & when (@material-color = @btn-default) { | ||||||
|  |         color: @lightbg-text; | ||||||
|  |       } | ||||||
|     }); |     }); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user