mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-10-31 00:04:27 -04:00 
			
		
		
		
	Merge pull request #21730 from patrickhlauke/v4-docs-focus-styles
[Docs] Add missing :focus styles
This commit is contained in:
		
						commit
						25f81e1fe6
					
				| @ -13,7 +13,8 @@ | ||||
|     font-weight: 500; | ||||
|     color: $gray; | ||||
| 
 | ||||
|     &:hover { | ||||
|     &:hover, | ||||
|     &:focus { | ||||
|       color: $link-color; | ||||
|     } | ||||
|   } | ||||
|  | ||||
| @ -39,7 +39,8 @@ | ||||
|     color: $bd-yellow; | ||||
|     border-color: $bd-yellow; | ||||
| 
 | ||||
|     &:hover { | ||||
|     &:hover, | ||||
|     &:focus { | ||||
|       color: $bd-graphite; | ||||
|       background-color: $bd-yellow; | ||||
|       border-color: $bd-yellow; | ||||
|  | ||||
| @ -6,8 +6,12 @@ | ||||
|     color: #555; | ||||
|   } | ||||
| 
 | ||||
|   .team-member:hover { | ||||
|   .team-member:hover, | ||||
|   .team-member:focus { | ||||
|     color: #333; | ||||
|   } | ||||
| 
 | ||||
|   .team-member:hover { | ||||
|     text-decoration: none; | ||||
|   } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user