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

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-06-23 15:45:34 -04:00
parent d9eb9125cf
commit b537a10972

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 @@
}
}
}
}
}