mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Remove redundant class and line height (#30542)
This commit is contained in:
		
							parent
							
								
									9a5033d413
								
							
						
					
					
						commit
						8fe162d67a
					
				| 
						 | 
				
			
			@ -39,6 +39,5 @@
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.bd-search-docs-toggle {
 | 
			
		||||
  line-height: 1;
 | 
			
		||||
  color: $gray-900;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
 | 
			
		||||
    {{ partial "docs-versions" . }}
 | 
			
		||||
 | 
			
		||||
    <button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3 order-3 ml-auto" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
 | 
			
		||||
    <button class="btn bd-search-docs-toggle d-md-none p-0 ml-3 order-3 ml-auto" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
 | 
			
		||||
     {{ partial "icons/menu.svg" (dict "width" "30" "height" "30") }}
 | 
			
		||||
   </button>
 | 
			
		||||
  </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue