mirror of
				https://github.com/twbs/bootstrap.git
				synced 2022-11-09 12:25:43 -05:00 
			
		
		
		
	Merge pull request #21068 from twbs/list-group-border-color
switch to rgba for list-group border color
This commit is contained in:
		
						commit
						4332a5cc02
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -821,7 +821,7 @@ $progress-bar-info-bg:        $brand-info !default;
 | 
			
		|||
// 28. List group
 | 
			
		||||
 | 
			
		||||
$list-group-bg:                 #fff !default;
 | 
			
		||||
$list-group-border-color:       #ddd !default;
 | 
			
		||||
$list-group-border-color:       rgba(0,0,0,.125) !default;
 | 
			
		||||
$list-group-border-width:       $border-width !default;
 | 
			
		||||
$list-group-border-radius:      $border-radius !default;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue