mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 07:57:45 +03:00 
			
		
		
		
	Added // SASS conversion note: to any less file that has a content change that must be manually synced to the _mixins-shared.scss
This commit is contained in:
		
							parent
							
								
									e14776f52e
								
							
						
					
					
						commit
						9bba410677
					
				|  | @ -2,6 +2,7 @@ | |||
|     border: 0px; | ||||
|     border-radius: 0; | ||||
| 
 | ||||
|     // SASS conversion note: please mirror any content change in _mixins-shared.scss alert-variations-content | ||||
|     .generic-variations(~"", @darkbg-text, { | ||||
|         background-color: @material-color; | ||||
|         color: @material-text-color; | ||||
|  |  | |||
|  | @ -32,18 +32,22 @@ | |||
|   .background-variations(~":not(.btn-link):not(.btn-flat)", @btn-default); | ||||
| 
 | ||||
|   // BTN hover effect | ||||
|   // SASS conversion note: please mirror any content change in _mixins-shared.scss button-variations-content | ||||
|   .generic-variations(~":hover:not(.btn-link):not(.btn-flat)", @btn-default, { | ||||
|     background-color: contrast(@material-color, darken(@material-color, 4%), lighten(@material-color, 4%), @contrast-factor); | ||||
|   }); | ||||
|   // BTN active effect | ||||
|   // SASS conversion note: please mirror any content change in _mixins-shared.scss button-variations-content | ||||
|   .generic-variations(~":active:not(.btn-link):not(.btn-flat)", @btn-default, { | ||||
|     background-color: contrast(@material-color, darken(@material-color, 6%), lighten(@material-color, 6%), @contrast-factor); | ||||
|   }); | ||||
|   // BTN .active effect | ||||
|   // SASS conversion note: please mirror any content change in _mixins-shared.scss button-variations-content | ||||
|   .generic-variations(~".active:not(.btn-link):not(.btn-flat)", @btn-default, { | ||||
|     background-color: contrast(@material-color, darken(@material-color, 6%), lighten(@material-color, 6%), @contrast-factor); | ||||
|   }); | ||||
|   // BTN flat hover effect | ||||
|   // SASS conversion note: please mirror any content change in _mixins-shared.scss bg-color-variations-content | ||||
|   .generic-variations(~".btn-flat:hover:not(.btn-link)", @btn-default, { | ||||
|     background-color: fade(@material-color, 20%); | ||||
|   }); | ||||
|  |  | |||
|  | @ -197,6 +197,7 @@ fieldset[disabled] .form-control.focus:disabled, | |||
|       color: @input-info; | ||||
|     } | ||||
|   } | ||||
|   // SASS conversion note: please mirror any content change in _mixins-shared.scss bg-img-variations-content | ||||
|   .generic-variations(~" .form-control:focus", @primary, { | ||||
|     background-image: linear-gradient(@material-color, @material-color), linear-gradient(@input-underline-color, @input-underline-color); | ||||
|   }); | ||||
|  |  | |||
|  | @ -166,6 +166,7 @@ | |||
|     } | ||||
|   } | ||||
| 
 | ||||
|   // SASS conversion note: please mirror any content change in _mixins-shared.scss navbar-variations-content | ||||
|   .generic-variations(~".navbar", @primary, { | ||||
|     background-color: @material-color; | ||||
|     color: @material-text-color; | ||||
|  |  | |||
|  | @ -55,10 +55,12 @@ | |||
|   } | ||||
| 
 | ||||
|   // Switch bg on | ||||
|   // SASS conversion note: please mirror any content change in _mixins-shared.scss bg-color-variations-content | ||||
|   .generic-variations(~" label input[type=checkbox]:checked + .toggle", @primary, { | ||||
|     background-color: fade(@material-color, 50%); | ||||
|   }); | ||||
|   // Handle on | ||||
|   // SASS conversion note: please mirror any content change in _mixins-shared.scss variations-content | ||||
|   .variations(~" label input[type=checkbox]:checked + .toggle:after", background-color, @primary); | ||||
|   // Ripple on | ||||
|   .generic-variations(~" label input[type=checkbox]:checked + .toggle:active:after", @primary, { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user