mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01: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;
|
font-weight: 500;
|
||||||
color: $gray;
|
color: $gray;
|
||||||
|
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&:focus {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,8 @@
|
|||||||
color: $bd-yellow;
|
color: $bd-yellow;
|
||||||
border-color: $bd-yellow;
|
border-color: $bd-yellow;
|
||||||
|
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&:focus {
|
||||||
color: $bd-graphite;
|
color: $bd-graphite;
|
||||||
background-color: $bd-yellow;
|
background-color: $bd-yellow;
|
||||||
border-color: $bd-yellow;
|
border-color: $bd-yellow;
|
||||||
|
@ -6,8 +6,12 @@
|
|||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
.team-member:hover {
|
.team-member:hover,
|
||||||
|
.team-member:focus {
|
||||||
color: #333;
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.team-member:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user