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

@@ -26,10 +26,12 @@
display: inline-block;
transform: scale(0.6);
}
&:hover span {
&:hover span,
&:focus span {
transform: scale(0.75);
}
&:hover .dot-label {
&:hover .dot-label,
&:focus .dot-label {
opacity: 1;
}
&.is-selected .dot {