2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Add missing :focus styles

Double up :hover styles to also apply on :focus (particularly the
masthead button needs this, as otherwise it gives no visible indication
of being focused)
This commit is contained in:
Patrick H. Lauke
2017-01-14 22:54:55 +00:00
parent b47c252ee1
commit 4adaa64d9a
3 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
font-weight: 500;
color: $gray;
&:hover {
&:hover,
&:focus {
color: $link-color;
}
}