1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Reduce transition duration for <Tab>'s (#3167)

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-07-06 08:42:59 -04:00 committed by GitHub
parent 30bd552322
commit baef6944aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@
bottom: 0;
width: 0;
height: $unit /2;
transition: width 250ms;
transition: width 150ms;
background: currentColor;
color: $halfGray
}
@ -95,4 +95,4 @@
}
}
}
}
}