mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Modify `.card-header-tabs .nav-link.active` colors (#28833)
Co-Authored-By: Mark Otto <otto@github.com>
This commit is contained in:
		
							parent
							
								
									91d07fb26c
								
							
						
					
					
						commit
						4c70e96b97
					
				| 
						 | 
				
			
			@ -104,6 +104,13 @@
 | 
			
		|||
  margin-bottom: -$card-spacer-y;
 | 
			
		||||
  margin-left: -$card-spacer-x / 2;
 | 
			
		||||
  border-bottom: 0;
 | 
			
		||||
 | 
			
		||||
  @if $nav-tabs-link-active-bg != $card-bg {
 | 
			
		||||
    .nav-link.active {
 | 
			
		||||
      background-color: $card-bg;
 | 
			
		||||
      border-bottom-color: $card-bg;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.card-header-pills {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue