mirror of https://github.com/twbs/bootstrap.git
				
				
				
			remove superflous transition parameter (#29595)
This commit is contained in:
		
							parent
							
								
									2de0cf8479
								
							
						
					
					
						commit
						819f922276
					
				| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
.anchorjs-link {
 | 
					.anchorjs-link {
 | 
				
			||||||
  font-weight: 400;
 | 
					  font-weight: 400;
 | 
				
			||||||
  color: rgba($link-color, .5);
 | 
					  color: rgba($link-color, .5);
 | 
				
			||||||
  @include transition(color .15s ease-in-out, opacity .15s ease-in-out);
 | 
					  @include transition(color .15s ease-in-out);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &:hover {
 | 
					  &:hover {
 | 
				
			||||||
    color: $link-color;
 | 
					    color: $link-color;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue