mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-10-31 00:04:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			376 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			376 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .anchorjs-link {
 | |
|   color: inherit;
 | |
| }
 | |
| 
 | |
| @media (max-width: 480px) {
 | |
|   .anchorjs-link {
 | |
|     display: none;
 | |
|   }
 | |
| }
 | |
| 
 | |
| *:hover > .anchorjs-link {
 | |
|   opacity: .75;
 | |
|   -webkit-transition: color .16s linear;
 | |
|        -o-transition: color .16s linear;
 | |
|           transition: color .16s linear;
 | |
| }
 | |
| 
 | |
| *:hover > .anchorjs-link:hover,
 | |
| .anchorjs-link:focus {
 | |
|   text-decoration: none;
 | |
|   opacity: 1;
 | |
| }
 |