changed hover duration to 0s for faster response
This commit is contained in:
parent
89b5b80c12
commit
c70e9fc5b4
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
&::before {
|
&::before {
|
||||||
transition: transform .1s ease-in, opacity .1s ease-in;
|
transition: transform 0s ease-in, opacity 0s ease-in;
|
||||||
opacity : 1;
|
opacity : 1;
|
||||||
transform : scale(1);
|
transform : scale(1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue