add :focus for accessibility

This commit is contained in:
Brittany Chiang
2017-02-09 22:43:56 -05:00
parent 9750776529
commit ef95ae957f
11 changed files with 16 additions and 14 deletions

View File

@@ -101,7 +101,7 @@
border-radius: 30px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
&:hover {
&:hover, &:focus {
background: #c74739;
}
}