mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-10 14:07:51 -06:00
add :focus for accessibility
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
@include MQ(M) {
|
||||
display: block;
|
||||
}
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
opacity: 0.7;
|
||||
}
|
||||
&.active {
|
||||
@@ -155,7 +155,7 @@
|
||||
&:after {
|
||||
transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
|
||||
}
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
&:before,
|
||||
&:after {
|
||||
width: 105%;
|
||||
|
||||
Reference in New Issue
Block a user