mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-28 20:58:17 +00:00
Merge pull request #21730 from patrickhlauke/v4-docs-focus-styles
[Docs] Add missing :focus styles
This commit is contained in:
commit
25f81e1fe6
3 changed files with 9 additions and 3 deletions
|
|
@ -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…
Reference in a new issue