mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-10 02:07:46 -06:00
add :focus for accessibility
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user