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:
parent
30bd552322
commit
baef6944aa
@ -72,7 +72,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: $unit /2;
|
height: $unit /2;
|
||||||
transition: width 250ms;
|
transition: width 150ms;
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
color: $halfGray
|
color: $halfGray
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user