mirror of
				https://github.com/twbs/bootstrap.git
				synced 2022-11-09 12:25:43 -05:00 
			
		
		
		
	Don't redefine $border-color in table-variant mixin (#37239)
				
					
				
			Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
		
							parent
							
								
									d49d8ce583
								
							
						
					
					
						commit
						9edfed8a5e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5,11 +5,11 @@
 | 
			
		|||
    $hover-bg: mix($color, $background, percentage($table-hover-bg-factor));
 | 
			
		||||
    $striped-bg: mix($color, $background, percentage($table-striped-bg-factor));
 | 
			
		||||
    $active-bg: mix($color, $background, percentage($table-active-bg-factor));
 | 
			
		||||
    $border-color: mix($color, $background, percentage($table-border-factor));
 | 
			
		||||
    $table-border-color: mix($color, $background, percentage($table-border-factor));
 | 
			
		||||
 | 
			
		||||
    --#{$prefix}table-color: #{$color};
 | 
			
		||||
    --#{$prefix}table-bg: #{$background};
 | 
			
		||||
    --#{$prefix}table-border-color: #{$border-color};
 | 
			
		||||
    --#{$prefix}table-border-color: #{$table-border-color};
 | 
			
		||||
    --#{$prefix}table-striped-bg: #{$striped-bg};
 | 
			
		||||
    --#{$prefix}table-striped-color: #{color-contrast($striped-bg)};
 | 
			
		||||
    --#{$prefix}table-active-bg: #{$active-bg};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue